Skip to content
Gemini CLI

Type Atlas for Gemini CLI

io.github.tyler-mitchell/type-atlas

Editor-grade TypeScript, Markdown, and JSON intelligence for coding agents.

client:Gemini CLI transport:stdio runtime:npm

Install Type Atlas in Gemini CLI

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

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

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

Type Atlas in other clients