Skip to content
Gemini CLI

Topos for Gemini CLI

io.github.krv-labs/topos

Structural code-quality tools for AI coding agents.

client:Gemini CLI transport:stdio runtime:pypi

Install Topos in Gemini CLI

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

{
  "mcpServers": {
    "topos": {
      "command": "uvx",
      "args": [
        "topos-mcp"
      ]
    }
  }
}

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

Topos in other clients