Skip to content
Grok

CloudeIDE for Grok

com.cloudeide/cloudeide

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

client:Grok transport:stdio runtime:npm

Install CloudeIDE in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

CloudeIDE in other clients