Skip to content
Cursor

mojulo for Cursor

io.github.zombico/mojulo

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

client:Cursor transport:stdio runtime:npm

Install mojulo in Cursor

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

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

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

mojulo in other clients