mcpbeat Sign in

GraphPilot MCP Server

by graphpilot-oss Your server? Claim it
local only

GraphPilot runs on your own machine — the client starts it, so there is no endpoint to ping. 31 installs a week from npm. Last commit 22 Jun 2026.

Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.

Installs per day peak 11 · avg 6 · +77% w/w
a month agotoday
31
Installs / week
npm · @graphpilot-oss/graphpilot
15
Stars
17 open issues
22 Jun 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

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.

Builds a database query by concatenation Dockerfile:18
RUN apt-get update \
  && apt-get install -y --no-install-recommends python3 make g++ ca-certificates \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add graphpilot -- npx -y @graphpilot-oss/graphpilot
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "graphpilot": {
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.graphpilot]
command = "npx"
args = ["-y", "@graphpilot-oss/graphpilot"]
.cursor/mcp.json
{
  "mcpServers": {
    "graphpilot": {
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "graphpilot": {
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GRAPHPILOT_ROOT (Absolute path to the repository GraphPilot should index and serve. Optional — falls back to the MCP client's workspace root or a parent-directory walk.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GraphPilot

same job, measured the same way
codeindex
by munhq

Structural code intelligence over MCP: symbols, callers, imports and blast radius, 40+ languages.

123 installs/wk local only
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

27 tools answering
Symvanta
by symvanta

Hosted code graph over MCP: exact callers, dependencies, and cross-repo blast radius for AI agents.

27 tools answering
gograph
by ozgurcd

Local Go repository call graphs and structural analysis for coding agents over stdio.

local only
Koragraph
by koragraph

Local multi-repo code graph over MCP. Blast radius, call graphs, and memory anchored to code.

100 installs/wk local only
Sense
by luuuc

Codebase understanding for AI coding agents — symbol graph, blast radius, semantic search.

local only
agent-bom
by msaad00

Security scanner and graph for agentic infrastructure — agents, MCP, runtime, and blast radius.

2 256 installs/wk local only
Skeletongraph
by yashdoke7

Zero-LLM structural code retrieval for AI coding agents, served over MCP.

28 installs/wk local only

GraphPilot — questions

Answers built from our own checks of this server.

Why is there no uptime for GraphPilot?
GraphPilot runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @graphpilot-oss/graphpilot was installed 31 times last week.
How do I connect GraphPilot?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @graphpilot-oss/graphpilot straight from npm; nothing to host, nothing to sign up for.
How many people use GraphPilot?
The npm package @graphpilot-oss/graphpilot was installed 31 times in the last week. Week over week that is +77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is GraphPilot open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 15 stars on GitHub and 17 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.