Skip to content
Grok

cartridge cafe for Grok

io.github.galengoodwick/cartridge-cafe

Your AI builds live WebGPU game worlds on cartridge.cafe — guest door, no account needed.

client:Grok transport:stdio runtime:npm

Install cartridge cafe in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cartridge-cafe": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cartridge-cafe-mcp"
      ]
    }
  }
}

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

cartridge cafe in other clients