Skip to content
Windsurf

fhirhydrant for Windsurf

io.github.faulkj/fhirhydrant

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

client:Windsurf transport:stdio runtime:npm

Install fhirhydrant in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "fhirhydrant": {
      "command": "npx",
      "args": [
        "-y",
        "fhirhydrant"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "FHIR_AUTH": "<FHIR_AUTH>",
        "FHIR_SERVER_URL": "<FHIR_SERVER_URL>",
        "FHIR_TOKEN_URL": "<FHIR_TOKEN_URL>",
        "FHIR_CLIENT_ID": "<FHIR_CLIENT_ID>",
        "FHIR_ACTIVE_KEY": "<FHIR_ACTIVE_KEY>",
        "FHIR_JWKS_URL": "<FHIR_JWKS_URL>",
        "FHIR_VERSION": "<FHIR_VERSION>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

fhirhydrant in other clients