health api for Cursor
io.github.nicodemus941/health-api
Clinical AI for lab analysis, biomarker scoring, health narratives, and risk insights.
client:Cursor
transport:stdio
runtime:npm
Install health api in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"health-api": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@e-labus/mcp"
],
"env": {
"ELABUS_API_KEY": "<ELABUS_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs