Odel
langcare mcp fhir

langcare mcp fhir

Local
@langcare54GoMITUpdated 4mo ago

An MCP FHIR server written in Go for EMR systems like Epic and Cerner

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@langcare/langcare-mcp-fhirv2.0.4

Run

npx -y @langcare/langcare-mcp-fhir

MCP client config

{
  "mcpServers": {
    "langcare-mcp-fhir": {
      "command": "npx",
      "args": [
        "-y",
        "@langcare/langcare-mcp-fhir"
      ]
    }
  }
}