Skip to content
Claude Desktop

gdharness for Claude Desktop

io.github.aureliolo/gdharness

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

client:Claude Desktop transport:stdio runtime:npm

Install gdharness in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

gdharness in other clients