Odel
fhirHydrant

fhirHydrant

Local
@faulkj17TypeScriptUpdated 1w ago

FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.

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).

npmfhirhydrantv0.17.3

Run

npx -y fhirhydrant

MCP client config

{
  "mcpServers": {
    "fhirhydrant": {
      "command": "npx",
      "args": [
        "-y",
        "fhirhydrant"
      ]
    }
  }
}