Odel
GraphPilot

GraphPilot

Local
@graphpilot-oss15TypeScriptApache-2.0Updated 1mo ago

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

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@graphpilot-oss/graphpilotv1.0.1

Run

npx -y @graphpilot-oss/graphpilot

MCP client config

{
  "mcpServers": {
    "graphpilot": {
      "command": "npx",
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot"
      ]
    }
  }
}