Girder for Grok
io.github.dhishwasher/girder
Local semantic code graph: source, definitions, callers, callees, impact, and semantic change review
client:Grok
transport:stdio
runtime:npm
Install Girder in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"girder": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"girder-mcp"
]
}
}
}
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