Loading MCP server directory, please wait...
A harness for driving a Godot 4 project from an agent: addons, runtime bridge, MCP server, CLI.
npx @getmcp/cli add io.github.Aureliolo/gdharnessRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Aureliolo/gdharness": {
"command": "npx",
"args": [
"-y",
"gdharness"
],
"env": {
"GODOT_PATH": ""
}
}
}
}