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
{
"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