Skip to content
Claude Desktop

diffpilot for Claude Desktop

io.github.bkalafat/diffpilot

MCP server for PR code review, commit messages, changelogs, and secret detection.

client:Claude Desktop transport:stdio runtime:nuget

Install diffpilot in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "diffpilot": {
      "command": "dnx",
      "args": [
        "DiffPilot",
        "--yes"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

diffpilot in other clients