breezedeploy for Zed
io.github.przemekzur/breezedeploy
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
client:Zed
transport:stdio
runtime:npm
Install breezedeploy in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"breezedeploy": {
"command": "npx",
"args": [
"-y",
"breezedeploy-mcp"
],
"env": {
"CONTROL_PLANE_API_KEY": "<CONTROL_PLANE_API_KEY>",
"CONTROL_PLANE_URL": "<CONTROL_PLANE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs