Skip to content
Gemini CLI

AI Cortex Storage for Gemini CLI

dev.aic0rt3x.memory/mcp

Persistent cloud memory for AI agents. Store and search key-value memories across sessions.

client:Gemini CLI transport:streamable-http tools:15

Install AI Cortex Storage in Gemini CLI

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

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://memory.aic0rt3x.dev/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

AI Cortex Storage in other clients