Skip to content
Zed

ghostlight for Zed

org.sylin/ghostlight

Visible local browser automation in signed-in Chromium, with optional policy and audit.

client:Zed transport:stdio runtime:npm

Install ghostlight in Zed

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

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

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

ghostlight in other clients