Skip to content
Gemini CLI

polymnemo for Gemini CLI

io.github.pcbz/polymnemo

Shared cross-LLM long-term memory over MCP: semantic recall, sessions, and media (pgvector).

client:Gemini CLI transport:streamable-http

Install polymnemo in Gemini CLI

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

{
  "mcpServers": {
    "polymnemo": {
      "httpUrl": "https://polymnemo.purpleground-26f6d744.westus2.azurecontainerapps.io/mcp"
    }
  }
}

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

polymnemo in other clients