MCP Server
MCP
GraphPilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
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
By
Comments
Sign in to leave a comment