Skip to content
Gemini CLI

log analyzer mcp for Gemini CLI

io.github.fato07/log-analyzer-mcp

AI-powered log analysis - parse, search, extract errors across 9+ formats

client:Gemini CLI transport:stdio runtime:pypi

Install log analyzer mcp in Gemini CLI

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

{
  "mcpServers": {
    "log-analyzer-mcp": {
      "command": "uvx",
      "args": [
        "codesdevs-log-analyzer"
      ]
    }
  }
}

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

log analyzer mcp in other clients