healthpoint-rs for Cursor
io.github.edithatogo/healthpoint-rs
Read-only MCP server for licensed Healthpoint HL7 FHIR API access.
client:Cursor
transport:stdio
runtime:oci
Install healthpoint-rs in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"healthpoint-rs": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/edithatogo/healthpoint-mcp:0.1.0"
],
"env": {
"HEALTHPOINT_API_KEY": "<HEALTHPOINT_API_KEY>",
"HEALTHPOINT_BASE_URL": "<HEALTHPOINT_BASE_URL>",
"HEALTHPOINT_AUTH_SCHEME": "<HEALTHPOINT_AUTH_SCHEME>",
"HEALTHPOINT_GEO_SEARCH_MODE": "<HEALTHPOINT_GEO_SEARCH_MODE>",
"HEALTHPOINT_TIMEOUT_SECS": "<HEALTHPOINT_TIMEOUT_SECS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs