Skip to content
Claude Desktop

Gatewerk for Claude Desktop

io.github.gatewerk/mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Gatewerk in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Gatewerk in other clients