Skip to content
Gemini CLI

alive analysis for Gemini CLI

io.github.with-geun/alive-analysis

Query alive-analysis history from any AI client. Tools: list, get, search, dashboard export.

client:Gemini CLI transport:stdio runtime:npm

Install alive analysis 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": {
    "alive-analysis": {
      "command": "npx",
      "args": [
        "-y",
        "alive-analysis-mcp"
      ],
      "env": {
        "ALIVE_ANALYSES_DIR": "<ALIVE_ANALYSES_DIR>"
      }
    }
  }
}

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

alive analysis in other clients