Ghostlink runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 5 Aug 2026.
Sandboxed repo access for coding agents: search, read, patch, run, git -- confined to a repo root.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const child = spawn(bin, args, {
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add ghostlink -- npx -y @bgorzelic/ghostlink
{
"mcpServers": {
"ghostlink": {
"args": [
"-y",
"@bgorzelic/ghostlink"
],
"command": "npx"
}
}
}
[mcp_servers.ghostlink]
command = "npx"
args = ["-y", "@bgorzelic/ghostlink"]
{
"mcpServers": {
"ghostlink": {
"args": [
"-y",
"@bgorzelic/ghostlink"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"ghostlink": {
"args": [
"-y",
"@bgorzelic/ghostlink"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
GHOSTLINK_REPO_ROOT (Absolute path to the repository the server is confined to. Every tool call is sandboxed beneath this path.), GHOSTLINK_LOG (Optional path for the JSON audit log of tool calls. Omit to disable file logging.).
The author declared them in the registry entry; get the values from the project itself.
Local code search and task context packs for coding agents
Read-only, commit-pinned repository context for coding agents.
Disposable microVM sandboxes for AI agents: run code, read/write files, git, preview URLs.
GitHub for AI agents — repos, files, code search, issues, PRs, commits. Read-only default.
Git hosting for AI agents: repos, changes, focused diffs, reviews, issues, code search.
Turn a GitHub repo or docs site into agent-ready context: pack it or search it, over MCP.
MCP server for Instagit — AI-powered Git repository analysis for coding agents
Create and manage secure sandboxes for running AI agent code
Answers built from our own checks of this server.