Skip to content
Cursor

Antideploy for Cursor

com.antideploy/antideploy-mcp

Deploy an app to Antideploy from a coding agent. No Dockerfile, no YAML, no cloud console.

client:Cursor transport:stdio runtime:npm

Install Antideploy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "antideploy-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "antideploy-mcp"
      ],
      "env": {
        "ANTIDEPLOY_API_KEY": "<ANTIDEPLOY_API_KEY>",
        "ANTIDEPLOY_URL": "<ANTIDEPLOY_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Antideploy in other clients