gdharness for Zed
io.github.aureliolo/gdharness
A harness for driving a Godot 4 project from an agent: addons, runtime bridge, MCP server, CLI.
client:Zed
transport:stdio
runtime:npm
Install gdharness in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"gdharness": {
"command": "npx",
"args": [
"-y",
"gdharness"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs