Skip to content
Zed

gopeak for Zed

io.github.had0yun/gopeak

GoPeak — The most comprehensive MCP server for Godot Engine. 95+ tools, LSP, DAP, screenshots.

client:Zed transport:stdio runtime:npm

Install gopeak in Zed

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

{
  "context_servers": {
    "gopeak": {
      "command": "npx",
      "args": [
        "-y",
        "gopeak"
      ]
    }
  }
}

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

gopeak in other clients