Skip to content
Cursor

CloudeIDE for Cursor

com.cloudeide/cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

client:Cursor transport:stdio runtime:npm

Install CloudeIDE 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": {
    "cloudeide": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cloudeide"
      ],
      "env": {
        "CLOUDEIDE_TOKEN": "<CLOUDEIDE_TOKEN>",
        "CLOUDEIDE_API_URL": "<CLOUDEIDE_API_URL>"
      }
    }
  }
}

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

CloudeIDE in other clients