Skip to content
Gemini CLI

chron for Gemini CLI

io.github.sirinivask/chron

Timestamped audit log for every AI conversation — stored locally in SQLite, owned by you.

client:Gemini CLI transport:stdio runtime:npm

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

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

chron in other clients