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
{
"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