Skip to content
Zed

health api for Zed

io.github.nicodemus941/health-api

Clinical AI for lab analysis, biomarker scoring, health narratives, and risk insights.

client:Zed transport:stdio runtime:npm

Install health api 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": {
    "health-api": {
      "command": "npx",
      "args": [
        "-y",
        "@e-labus/mcp"
      ],
      "env": {
        "ELABUS_API_KEY": "<ELABUS_API_KEY>"
      }
    }
  }
}

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

health api in other clients