SnapDeploy for Cursor
io.github.somdip-2310/snapdeploy
Deploy and manage SnapDeploy apps from your AI assistant: builds, logs, env vars, add-ons, domains.
client:Cursor
transport:stdio
runtime:npm
Install SnapDeploy in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"snapdeploy": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@snapdeploy/mcp"
],
"env": {
"SNAPDEPLOY_API_KEY": "<SNAPDEPLOY_API_KEY>",
"SNAPDEPLOY_READ_ONLY": "<SNAPDEPLOY_READ_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs