heor agent for Grok
io.github.neptun2000/heor-agent
HEOR MCP server: literature search, CEA, BIA, NMA/MAIC, HTA dossiers (NICE/FDA/EMA/JCA).
client:Grok
transport:stdio
runtime:npm
Install heor agent in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"heor-agent": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"heor-agent-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs