diffpilot for VS Code
io.github.bkalafat/diffpilot
MCP server for PR code review, commit messages, changelogs, and secret detection.
client:VS Code
transport:stdio
runtime:nuget
Install diffpilot in VS Code
.vscode/mcp.json
{
"servers": {
"diffpilot": {
"type": "stdio",
"command": "dnx",
"args": [
"DiffPilot",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs