Skip to content
Zed

ghostlink for Zed

io.github.bgorzelic/ghostlink

Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.

client:Zed transport:stdio runtime:npm

Install ghostlink 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": {
    "ghostlink": {
      "command": "npx",
      "args": [
        "-y",
        "@bgorzelic/ghostlink"
      ],
      "env": {
        "GHOSTLINK_REPO_ROOT": "<GHOSTLINK_REPO_ROOT>",
        "GHOSTLINK_LOG": "<GHOSTLINK_LOG>"
      }
    }
  }
}

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

ghostlink in other clients