Skip to content
Gemini CLI

ReviewGuard for Gemini CLI

com.eclipsesource/review-guard

Safety boundary for agent written GitHub PR reviews: pending and invisible, submitting is opt-in

client:Gemini CLI transport:stdio runtime:npm

Install ReviewGuard in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "review-guard": {
      "command": "npx",
      "args": [
        "-y",
        "@eclipsesource/review-guard-mcp"
      ],
      "env": {
        "GITHUB_TOKEN": "<GITHUB_TOKEN>"
      }
    }
  }
}

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

ReviewGuard in other clients