Skip to content
Gemini CLI

XMemo for Gemini CLI

io.github.yonro/xmemo

Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

client:Gemini CLI transport:streamable-http runtime:npm

Install XMemo in Gemini CLI

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

{
  "mcpServers": {
    "xmemo": {
      "httpUrl": "https://xmemo.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

XMemo in other clients