Odel
ghostlink

ghostlink

Local
@bgorzelicTypeScriptISCUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@bgorzelic/ghostlinkv0.1.0

Run

npx -y @bgorzelic/ghostlink

MCP client config

{
  "mcpServers": {
    "ghostlink": {
      "command": "npx",
      "args": [
        "-y",
        "@bgorzelic/ghostlink"
      ]
    }
  }
}