breezedeploy for Cursor
io.github.przemekzur/breezedeploy
Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.
client:Cursor
transport:stdio
runtime:npm
Install breezedeploy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"breezedeploy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"breezedeploy-mcp"
],
"env": {
"CONTROL_PLANE_API_KEY": "<CONTROL_PLANE_API_KEY>",
"CONTROL_PLANE_URL": "<CONTROL_PLANE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs