godotiq for Zed
io.github.salvo10f/godotiq
Intelligent MCP server for Godot 4. Spatial intelligence, code analysis, 35 tools.
client:Zed
transport:stdio
runtime:pypi
Install godotiq in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"godotiq": {
"command": "uvx",
"args": [
"godotiq"
],
"env": {
"GODOTIQ_PROJECT_ROOT": "<GODOTIQ_PROJECT_ROOT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs