Skip to content
Gemini CLI

heor agent for Gemini CLI

io.github.neptun2000/heor-agent

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

client:Gemini CLI transport:stdio runtime:npm

Install heor agent in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

heor agent in other clients