breezedeploy for Windsurf
io.github.przemekzur/breezedeploy
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
client:Windsurf
transport:stdio
runtime:npm
Install breezedeploy in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"breezedeploy": {
"command": "npx",
"args": [
"-y",
"breezedeploy-mcp"
],
"env": {
"CONTROL_PLANE_API_KEY": "<CONTROL_PLANE_API_KEY>",
"CONTROL_PLANE_URL": "<CONTROL_PLANE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs