Skip to content
Windsurf

gdharness for Windsurf

io.github.aureliolo/gdharness

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

client:Windsurf transport:stdio runtime:npm

Install gdharness in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

gdharness in other clients