Skip to content
Zed

vdiff mcp for Zed

io.github.mcurmi05/vdiff-mcp

Breaking-change diffs for npm packages: removed exports, changed signatures, migration notes.

client:Zed transport:stdio runtime:npm

Install vdiff mcp in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "vdiff-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vdiff-mcp"
      ],
      "env": {
        "VDIFF_API_URL": "<VDIFF_API_URL>"
      }
    }
  }
}

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

vdiff mcp in other clients