MCP Server
MCP
io.github.przemekzur/breezedeploy
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
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
By
Comments
Sign in to leave a comment