fhirhydrant for Grok
io.github.faulkj/fhirhydrant
FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.
client:Grok
transport:stdio
runtime:npm
Install fhirhydrant in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"fhirhydrant": {
"type": "stdio",
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs