Skip to content
Cursor

gdharness for Cursor

io.github.aureliolo/gdharness

A harness for driving a Godot 4 project from an agent: addons, runtime bridge, MCP server, CLI.

client:Cursor transport:stdio runtime:npm

Install gdharness in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gdharness": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "gdharness"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>"
      }
    }
  }
}

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

gdharness in other clients