From 71a4a91b903dd5793d5cdb3b7357c218a585d7ba Mon Sep 17 00:00:00 2001 From: jenniferjiangkells Date: Wed, 15 Jul 2026 17:27:48 +0100 Subject: [PATCH 1/2] Add healthchainai/HealthChain (FHIR tools for healthcare agents) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a1980e06d..972c2f07d 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [dnaerys/onekgpd-mcp](https://github.com/dnaerys/onekgpd-mcp) ☕ ☁️ 🍎 🪟 🐧- real-time access to 1000 Genomes Project dataset - [fulcradynamics/fulcra-context-mcp](https://github.com/fulcradynamics/fulcra-context-mcp) [![fulcra-context-mcp MCP server](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp) 🐍 ☁️ - MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Life API with OAuth2 consent. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. +- [healthchainai/HealthChain](https://github.com/healthchainai/HealthChain) 🐍 🏠 - Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. `pip install healthchain[mcp]` - [HelixGenomics/Genomic-Agent-Discovery](https://github.com/HelixGenomics/Genomic-Agent-Discovery) [![Genomic-Agent-Discovery MCP server](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery/badges/score.svg)](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery) 📇 🏠 - Multi-agent MCP server for genomic analysis — specialized AI agents analyze raw DNA files across 16 databases (ClinVar, GWAS, gnomAD, CPIC, AlphaMissense, and more) and coordinate findings through shared MCP tools. Privacy-first, runs locally. - [hlydecker/ucsc-genome-mcp](https://github.com/hlydecker/ucsc-genome-mcp) 🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more. - [JamesANZ/medical-mcp](https://github.com/JamesANZ/medical-mcp) 📇 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines. From 1a13006b41e2c211508ff1a874979154f2cc5bea Mon Sep 17 00:00:00 2001 From: jenniferjiangkells Date: Wed, 15 Jul 2026 18:40:25 +0100 Subject: [PATCH 2/2] Add Glama badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 972c2f07d..24acaf483 100644 --- a/README.md +++ b/README.md @@ -329,7 +329,7 @@ Design and visualize software architecture, system diagrams, and technical docum - [dnaerys/onekgpd-mcp](https://github.com/dnaerys/onekgpd-mcp) ☕ ☁️ 🍎 🪟 🐧- real-time access to 1000 Genomes Project dataset - [fulcradynamics/fulcra-context-mcp](https://github.com/fulcradynamics/fulcra-context-mcp) [![fulcra-context-mcp MCP server](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp/badges/score.svg)](https://glama.ai/mcp/servers/fulcradynamics/fulcra-context-mcp) 🐍 ☁️ - MCP server for accessing personal health and biometric data including sleep stages, heart rate, HRV, glucose, workouts, calendar, and location via the Fulcra Life API with OAuth2 consent. - [genomoncology/biomcp](https://github.com/genomoncology/biomcp) 🐍 ☁️ - Biomedical research MCP server providing access to PubMed, ClinicalTrials.gov, and MyVariant.info. -- [healthchainai/HealthChain](https://github.com/healthchainai/HealthChain) 🐍 🏠 - Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. `pip install healthchain[mcp]` +- [healthchainai/HealthChain](https://github.com/healthchainai/HealthChain) [![healthchainai/HealthChain MCP server](https://glama.ai/mcp/servers/healthchainai/HealthChain/badges/score.svg)](https://glama.ai/mcp/servers/healthchainai/HealthChain) 🐍 🏠 - Typed, validated FHIR tools for healthcare AI agents — build, read, validate, and code FHIR resources from a patient bundle, with terminology lookup and machine-readable validation reports built for fix-and-retry. `pip install healthchain[mcp]` - [HelixGenomics/Genomic-Agent-Discovery](https://github.com/HelixGenomics/Genomic-Agent-Discovery) [![Genomic-Agent-Discovery MCP server](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery/badges/score.svg)](https://glama.ai/mcp/servers/HelixGenomics/Genomic-Agent-Discovery) 📇 🏠 - Multi-agent MCP server for genomic analysis — specialized AI agents analyze raw DNA files across 16 databases (ClinVar, GWAS, gnomAD, CPIC, AlphaMissense, and more) and coordinate findings through shared MCP tools. Privacy-first, runs locally. - [hlydecker/ucsc-genome-mcp](https://github.com/hlydecker/ucsc-genome-mcp) 🐍 ☁️ - MCP server to interact with the UCSC Genome Browser API, letting you find genomes, chromosomes, and more. - [JamesANZ/medical-mcp](https://github.com/JamesANZ/medical-mcp) 📇 🏠 - An MCP server that provides access to medical information, drug databases, and healthcare resources. Enables AI assistants to query medical data, drug interactions, and clinical guidelines.