Skip to content
Zed

ReviewGuard for Zed

com.eclipsesource/review-guard

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

client:Zed transport:stdio runtime:npm

Install ReviewGuard in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

ReviewGuard in other clients