Skip to content
Gemini CLI

chronicle mcp for Gemini CLI

io.github.leviathan0x0/chronicle-mcp

Local MCP server to sync, clean, and index AI chat logs locally. Saves up to 40% context tokens.

client:Gemini CLI transport:stdio runtime:pypi

Install chronicle mcp in Gemini CLI

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

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

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

chronicle mcp in other clients