GraphPilot for Grok
io.github.graphpilot-oss/graphpilot
Structural memory for coding agents: callers, callees, blast radius and symbols over MCP.
client:Grok
transport:stdio
runtime:npm
Install GraphPilot in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"graphpilot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@graphpilot-oss/graphpilot"
],
"env": {
"GRAPHPILOT_ROOT": "<GRAPHPILOT_ROOT>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs