Skip to content
Zed

diffpilot for Zed

io.github.bkalafat/diffpilot

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

client:Zed transport:stdio runtime:nuget

Install diffpilot in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

diffpilot in other clients