BumpGuard for Zed
io.github.appcreationsca/bumpguard
Reports which of your code's API usages break when you upgrade a dependency (Python, .NET, Java).
client:Zed
transport:stdio
runtime:pypi
Install BumpGuard in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"bumpguard": {
"command": "uvx",
"args": [
"bumpguard-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs