MemoryPlugin for Gemini CLI
com.memoryplugin/memory
Give every AI you use one shared, permanent memory. Store once, recall in whichever AI you open.
client:Gemini CLI
transport:streamable-http
tools:14
Install MemoryPlugin in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory": {
"httpUrl": "https://www.memoryplugin.com/api/mcp/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs