Skip to content
Cursor

diffgate for Cursor

io.github.srbsa/diffgate

Deterministic guardrail your coding agent runs on itself: diff-scoped findings, zero LLM tokens.

client:Cursor transport:stdio runtime:npm

Install diffgate in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "diffgate": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "diffgate-review"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

diffgate in other clients