Odel
Cartridge Cafe

Cartridge Cafe

Local
@galengoodwickTypeScriptUpdated Today

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcartridge-cafe-mcpv0.1.1

Run

npx -y cartridge-cafe-mcp

MCP client config

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