Skip to content
Cursor

Gatewerk for Cursor

io.github.gatewerk/mcp

The open-source review layer for AI agents. Work done for humans is decided by humans.

client:Cursor transport:stdio runtime:npm

Install Gatewerk in Cursor

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

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

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@gatewerk/mcp"
      ],
      "env": {
        "GATEWERK_API_KEY": "<GATEWERK_API_KEY>",
        "GATEWERK_URL": "<GATEWERK_URL>",
        "GATEWERK_REVIEWER": "<GATEWERK_REVIEWER>"
      }
    }
  }
}

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

Gatewerk in other clients