MemorySync for Gemini CLI
io.memorysync/memory
Persistent memory for AI agents. Search and store durable facts, preferences and decisions.
client:Gemini CLI
transport:streamable-http
Install MemorySync in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory": {
"httpUrl": "https://mcp.memorysync.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