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
{
"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