Skip to content
Gemini CLI

super log for Gemini CLI

com.super-log/super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

client:Gemini CLI transport:stdio runtime:npm

Install super log in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "super-log": {
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ],
      "env": {
        "SUPER_LOG_URL": "<SUPER_LOG_URL>"
      }
    }
  }
}

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

super log in other clients