Gatewerk for Windsurf
io.github.gatewerk/mcp
The open-source review layer for AI agents. Work done for humans is decided by humans.
client:Windsurf
transport:stdio
runtime:npm
Install Gatewerk in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@gatewerk/mcp"
],
"env": {
"GATEWERK_API_KEY": "<GATEWERK_API_KEY>",
"GATEWERK_URL": "<GATEWERK_URL>",
"GATEWERK_REVIEWER": "<GATEWERK_REVIEWER>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs