healthpoint-rs for Claude Code
io.github.edithatogo/healthpoint-rs
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
client:Claude Code
transport:stdio
runtime:oci
Install healthpoint-rs in Claude Code
run in your project directory
claude mcp add healthpoint-rs -e HEALTHPOINT_API_KEY=<HEALTHPOINT_API_KEY> -e HEALTHPOINT_BASE_URL=<HEALTHPOINT_BASE_URL> -e HEALTHPOINT_AUTH_SCHEME=<HEALTHPOINT_AUTH_SCHEME> -e HEALTHPOINT_GEO_SEARCH_MODE=<HEALTHPOINT_GEO_SEARCH_MODE> -e HEALTHPOINT_TIMEOUT_SECS=<HEALTHPOINT_TIMEOUT_SECS> -- docker run -i --rm ghcr.io/edithatogo/healthpoint-mcp:0.1.0
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs