Skip to content
Zed

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

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

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

breezedeploy in other clients