Skip to content
Cline

breezedeploy for Cline

io.github.przemekzur/breezedeploy

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

client:Cline transport:stdio runtime:npm

Install breezedeploy in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "breezedeploy": {
      "command": "npx",
      "args": [
        "-y",
        "breezedeploy-mcp"
      ],
      "env": {
        "CONTROL_PLANE_API_KEY": "<CONTROL_PLANE_API_KEY>",
        "CONTROL_PLANE_URL": "<CONTROL_PLANE_URL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

breezedeploy in other clients