Skip to content
Gemini CLI

openchronicle-mcp for Gemini CLI

io.github.csoai-org/openchronicle-mcp

Memory database for LLM agents — persistent semantic + keyword memory, project namespacing, served o

client:Gemini CLI transport:stdio runtime:pypi

Install openchronicle-mcp in Gemini CLI

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

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

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

openchronicle-mcp in other clients