diffpilot for Windsurf
io.github.bkalafat/diffpilot
MCP server for PR code review, commit messages, changelogs, and secret detection.
client:Windsurf
transport:stdio
runtime:nuget
Install diffpilot in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"diffpilot": {
"command": "dnx",
"args": [
"DiffPilot",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs