Skip to content
Zed

Godot Forge for Zed

io.github.gregario/godot-forge

Godot 4 MCP server — test runner, API docs, script analysis, scene parsing, LSP.

client:Zed transport:stdio runtime:npm

Install Godot Forge 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": {
    "godot-forge": {
      "command": "npx",
      "args": [
        "-y",
        "godot-forge"
      ],
      "env": {
        "GODOT_PATH": "<GODOT_PATH>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Godot Forge in other clients