← Back to Plugins
MCP Server MCP

GraphPilot

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @graphpilot-oss/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@graphpilot-oss/graphpilot",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "description": "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.",
          "name": "GRAPHPILOT_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...