Skip to content
Grok

code atlas for Grok

io.github.lusiem/code-atlas

Code intelligence MCP: symbols, call graphs, change impact + affected tests, routes, search.

client:Grok transport:stdio runtime:npm

Install code atlas in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "code-atlas": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lusiem/code-atlas"
      ]
    }
  }
}

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

code atlas in other clients