Skip to content
Gemini CLI

adaptive recall for Gemini CLI

io.github.aiappsapi/adaptive-recall

Adaptive memory system with cognitive scoring, knowledge graph, and self-improving ML.

client:Gemini CLI transport:stdio runtime:npm

Install adaptive recall 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": {
    "adaptive-recall": {
      "command": "npx",
      "args": [
        "-y",
        "adaptive-recall"
      ],
      "env": {
        "ADAPTIVE_RECALL_API_KEY": "<ADAPTIVE_RECALL_API_KEY>"
      }
    }
  }
}

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

adaptive recall in other clients