GitWarren for Windsurf
io.github.klarluft/gitwarren
Code review on your own machine, for you and your coding agent. Nothing leaves your computer.
client:Windsurf
transport:stdio
runtime:npm
Install GitWarren in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gitwarren": {
"command": "npx",
"args": [
"-y",
"gitwarren"
],
"env": {
"GITWARREN_DATA_DIR": "<GITWARREN_DATA_DIR>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs