Skip to content
Cursor

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

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

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

health api in other clients