Catalog
Breezedeploy
Officialby przemekzur
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
README not available yet.
Install
Configuration
Environment variables
CONTROL_PLANE_API_KEYrequiredsecretYour breezedeploy API key — shown once when you sign up at https://panel.breezedeploy.dev/signup
CONTROL_PLANE_URLControl plane URL (default https://panel.breezedeploy.dev; set for self-hosted instances)
claude_desktop_config.json
{
"mcpServers": {
"breezedeploy": {
"command": "npx",
"args": [
"-y",
"breezedeploy-mcp@0.4.0"
],
"env": {
"CONTROL_PLANE_API_KEY": "<YOUR_CONTROL_PLANE_API_KEY>",
"CONTROL_PLANE_URL": "<YOUR_CONTROL_PLANE_URL>"
}
}
}
}