Skip to content
Claude Desktop

ghostlink for Claude Desktop

io.github.bgorzelic/ghostlink

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

client:Claude Desktop transport:stdio runtime:npm

Install ghostlink in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "ghostlink": {
      "command": "npx",
      "args": [
        "-y",
        "@bgorzelic/ghostlink"
      ],
      "env": {
        "GHOSTLINK_REPO_ROOT": "<GHOSTLINK_REPO_ROOT>",
        "GHOSTLINK_LOG": "<GHOSTLINK_LOG>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

ghostlink in other clients