← Back to Plugins
MCP Server MCP

io.github.przemekzur/breezedeploy

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "breezedeploy-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your breezedeploy API key — shown once when you sign up at https://panel.breezedeploy.dev/signup",
          "isRequired": true,
          "isSecret": true,
          "name": "CONTROL_PLANE_API_KEY"
        },
        {
          "description": "Control plane URL (default https://panel.breezedeploy.dev; set for self-hosted instances)",
          "name": "CONTROL_PLANE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...