ghostlink for Cline
io.github.bgorzelic/ghostlink
Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.
client:Cline
transport:stdio
runtime:npm
Install ghostlink in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"ghostlink": {
"command": "npx",
"args": [
"-y",
"@bgorzelic/ghostlink"
],
"env": {
"GHOSTLINK_REPO_ROOT": "<GHOSTLINK_REPO_ROOT>",
"GHOSTLINK_LOG": "<GHOSTLINK_LOG>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs