Godot MCP Runtime for Zed
io.github.erodenn/godot-mcp-runtime
Zero-addon MCP server for Godot 4: agents edit, run, and play-test the game.
client:Zed
transport:stdio
runtime:npm
Install Godot MCP Runtime in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"godot-mcp-runtime": {
"command": "npx",
"args": [
"-y",
"godot-mcp-runtime"
],
"env": {
"GODOT_PATH": "<GODOT_PATH>",
"DEBUG": "<DEBUG>",
"GODOT_MCP_DISABLE_ELICITATION": "<GODOT_MCP_DISABLE_ELICITATION>",
"GODOT_MCP_STRICT": "<GODOT_MCP_STRICT>",
"GODOT_MCP_DISABLE_SECURITY": "<GODOT_MCP_DISABLE_SECURITY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs