Skip to content
Cursor

Godot Agent Loop for Cursor

io.github.beremaran/godot-agent-loop

MCP automation loop with 167 tested tools for Godot 4

client:Cursor transport:stdio runtime:npm

Install Godot Agent Loop in Cursor

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

{
  "mcpServers": {
    "godot-agent-loop": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@beremaran/godot-agent-loop"
      ]
    }
  }
}

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

Godot Agent Loop in other clients