diffpilot for Cursor
io.github.bkalafat/diffpilot
MCP server for PR code review, commit messages, changelogs, and secret detection.
client:Cursor
transport:stdio
runtime:nuget
Install diffpilot in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"diffpilot": {
"type": "stdio",
"command": "dnx",
"args": [
"DiffPilot",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs