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
{
"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