Skip to content
Cursor

heor agent for Cursor

io.github.neptun2000/heor-agent

HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).

client:Cursor transport:stdio runtime:npm

Install heor agent in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "heor-agent": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "heor-agent-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

heor agent in other clients