Skip to content
Grok

mojulo for Grok

io.github.zombico/mojulo

A 3D compiler for coding agents: objects, worlds and games as small recipes. Emits Godot and STL.

client:Grok transport:stdio runtime:npm

Install mojulo in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mojulo": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mojulo"
      ]
    }
  }
}

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

mojulo in other clients