Skip to content
Grok

Magic Cloud for Grok

io.github.polterguy/magic

Generate secured CRUD APIs over your database, run SQL, manage files, tasks and a headless browser

client:Grok transport:stdio runtime:oci

Install Magic Cloud 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": {
    "magic": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/servergardens/magic-aio:v23.6.0"
      ],
      "env": {
        "magic_host": "<magic_host>"
      }
    }
  }
}

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

Magic Cloud in other clients