Skip to content
Gemini CLI

Memphora for Gemini CLI

io.github.memphora/memphora

Add persistent memory to AI assistants. Store and recall info across conversations.

client:Gemini CLI transport:stdio runtime:pypi

Install Memphora 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": {
    "memphora": {
      "command": "uvx",
      "args": [
        "memphora-mcp"
      ],
      "env": {
        "MEMPHORA_API_KEY": "<MEMPHORA_API_KEY>",
        "MEMPHORA_USER_ID": "<MEMPHORA_USER_ID>"
      }
    }
  }
}

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

Memphora in other clients