Graphpilot

Created By
graphpilot-oss5 hours ago
GraphPilot gives coding agents persistent structural knowledge of a codebase. It parses TypeScript/JavaScript with tree-sitter into a graph of symbols and call edges, then exposes that graph over MCP so the agent can recall definitions, find callers, and trace change impact without re-reading files every conversation. Local-first: no network, no telemetry, no code ever leaves your machine. Four tools — gp_index, gp_recall, gp_callers, gp_impact.

Server Config

{
  "mcpServers": {
    "graphpilot": {
      "command": "npx",
      "args": [
        "-y",
        "@graphpilot-oss/graphpilot",
        "mcp"
      ]
    }
  }
}
Project Info
Created At
5 hours ago
Updated At
5 hours ago
Author Name
graphpilot-oss
Star
-
Language
-
License
-
Category

Recommend Servers

View All
Meteomatics

13 hours ago
Hellogrowthcrm

9 hours ago