Skip to content
Zed

glade mcp for Zed

io.github.glade-tool/glade-mcp

Control the Unity and Godot editors from AI clients: scenes, scripts, physics, materials.

client:Zed transport:stdio runtime:pypi

Install glade mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "glade-mcp": {
      "command": "uvx",
      "args": [
        "gladekit-mcp"
      ]
    }
  }
}

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

glade mcp in other clients