GraphPilot for VS Code
io.github.graphpilot-oss/graphpilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
client:VS Code
transport:stdio
runtime:npm
Install GraphPilot in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "graphpilot-root",
"description": "GRAPHPILOT_ROOT",
"password": true
}
],
"servers": {
"graphpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@graphpilot-oss/graphpilot"
],
"env": {
"GRAPHPILOT_ROOT": "${input:graphpilot-root}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs