fhirhydrant for Cline
io.github.faulkj/fhirhydrant
FHIR MCP server with SMART Backend Services, response compaction, FHIRPath, and guarded writes.
client:Cline
transport:stdio
runtime:npm
Install fhirhydrant in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs