Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

godotiq in other clients