heor agent for VS Code
io.github.neptun2000/heor-agent
HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).
client:VS Code
transport:stdio
runtime:npm
Install heor agent in VS Code
.vscode/mcp.json
{
"servers": {
"heor-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"heor-agent-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs