heor agent for Zed
io.github.neptun2000/heor-agent
HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).
client:Zed
transport:stdio
runtime:npm
Install heor agent in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"heor-agent": {
"command": "npx",
"args": [
"-y",
"heor-agent-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs