Skip to content
Gemini CLI

code atlas for Gemini CLI

io.github.lusiem/code-atlas

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

client:Gemini CLI transport:stdio runtime:npm

Install code atlas in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

code atlas in other clients