biology, medicine and bioinformatics

Fhir Mcp Server

MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.

python
cloud
local
biology, medicine and bioinformatics
0
View on GitHub

Installation

npx -y the-momentum/fhir-mcp-server

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "fhir-mcp-server",
  "command": "npx",
  "args": [
    "-y",
    "the-momentum/fhir-mcp-server"
  ]
}

About This MCP Server

the-momentum/fhir-mcp-server

MCP Server that connects AI agents to FHIR servers. One example use case is querying patient history in natural language.

GitHub: https://github.com/the-momentum/fhir-mcp-server

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub