Skip to content
Cursor

cartridge cafe for Cursor

io.github.galengoodwick/cartridge-cafe

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

client:Cursor transport:stdio runtime:npm

Install cartridge cafe in Cursor

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

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

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

cartridge cafe in other clients