diffpilot for Gemini CLI
io.github.bkalafat/diffpilot
MCP server for PR code review, commit messages, changelogs, and secret detection.
client:Gemini CLI
transport:stdio
runtime:nuget
Install diffpilot in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"diffpilot": {
"command": "dnx",
"args": [
"DiffPilot",
"--yes"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs