Skip to content
Gemini CLI

breezedeploy for Gemini CLI

io.github.przemekzur/breezedeploy

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

client:Gemini CLI transport:stdio runtime:npm

Install breezedeploy in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

breezedeploy in other clients