Skip to content
Zed

healthpoint-rs for Zed

io.github.edithatogo/healthpoint-rs

Read-only MCP server for licensed Healthpoint HL7 FHIR API access.

client:Zed transport:stdio runtime:oci

Install healthpoint-rs in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "healthpoint-rs": {
      "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

healthpoint-rs in other clients