Skip to content
Cline

diffpilot for Cline

io.github.bkalafat/diffpilot

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

client:Cline transport:stdio runtime:nuget

Install diffpilot in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

diffpilot in other clients