Skip to content
Gemini CLI

LLMemory for Gemini CLI

io.github.meir-may/llmemory

Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only

client:Gemini CLI transport:streamable-http

Install LLMemory in Gemini CLI

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

{
  "mcpServers": {
    "llmemory": {
      "httpUrl": "https://mcp.llmemory.xyz/mcp"
    }
  }
}

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

LLMemory in other clients