Skip to content
Zed

golive for Zed

io.github.myanptl/golive-mcp

Check a site before you share it: link previews, SPA refresh 404s, noindex, security headers.

client:Zed transport:stdio runtime:npm

Install golive in Zed

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

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

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

golive in other clients