Skip to content
Gemini CLI

OMEGA Memory for Gemini CLI

io.github.omega-memory/omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

client:Gemini CLI transport:stdio runtime:pypi

Install OMEGA Memory in Gemini CLI

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

{
  "mcpServers": {
    "omega-memory": {
      "command": "uvx",
      "args": [
        "omega-memory"
      ]
    }
  }
}

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

OMEGA Memory in other clients