contextatlas for Grok
io.github.traviswye/contextatlas
Pre-computed atlas of your codebase for Claude Code: LSP + ADRs + git. 45-72% token reduction.
client:Grok
transport:stdio
runtime:npm
Install contextatlas in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"contextatlas": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"contextatlas"
]
}
}
}
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