Skip to content
Gemini CLI

nexo for Gemini CLI

io.github.wazionapps/nexo

Cognitive memory for AI agents. Atkinson-Shiffrin, RAG, knowledge graph. 100+ tools.

client:Gemini CLI transport:stdio runtime:npm

Install nexo in Gemini CLI

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

{
  "mcpServers": {
    "nexo": {
      "command": "npx",
      "args": [
        "-y",
        "nexo-brain"
      ]
    }
  }
}

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

nexo in other clients