Loading MCP server directory, please wait...
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
npx @getmcp/cli add io.github.przemekzur/breezedeployRequires Node.js 18+. Community-contributed server. Review source before installing.
CONTROL_PLANE_API_KEYYour breezedeploy API key — shown once when you sign up at https://panel.breezedeploy.dev/signup
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.przemekzur/breezedeploy": {
"command": "npx",
"args": [
"-y",
"breezedeploy-mcp"
],
"env": {
"CONTROL_PLANE_API_KEY": "",
"CONTROL_PLANE_URL": ""
}
}
}
}