Skip to content
Windsurf

ReviewGuard for Windsurf

com.eclipsesource/review-guard

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

client:Windsurf transport:stdio runtime:npm

Install ReviewGuard in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

ReviewGuard in other clients