Skip to content
Gemini CLI

opengate mcp for Gemini CLI

io.github.nickjlamb/opengate-mcp

Check whether an AI answer is grounded in its context — deterministic, no LLM judge.

client:Gemini CLI transport:stdio runtime:npm

Install opengate mcp in Gemini CLI

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

{
  "mcpServers": {
    "opengate-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@pharmatools/opengate-mcp"
      ]
    }
  }
}

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

opengate mcp in other clients