← Back to Plugins
MCP Server MCP

io.github.pcmedsinge/mcp-fhir

github By github 👁 1 views ▲ 0 votes

FHIR R4 read/search/validate MCP server — US Core/IPS profiles, SMART-on-FHIR auth (Epic/Cerner).

Homepage Verified source GitHub

Install

uvx mcp-fhir

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "mcp-fhir",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the FHIR R4 server (default: https://hapi.fhir.org/baseR4)",
          "format": "string",
          "name": "FHIR_BASE_URL"
        },
        {
          "description": "Set to 'true' to enable SMART-on-FHIR OAuth 2.0 (Epic/Cerner)",
          "format": "string",
          "name": "SMART_ENABLED"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...