Skip to content
Gemini CLI

genome for Gemini CLI

io.github.northtekdevs/genome

Fully local memory for AI agents: zero-LLM ingest, semantic recall, air-gapped, auditable.

client:Gemini CLI transport:stdio runtime:pypi

Install genome in Gemini CLI

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

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

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

genome in other clients