Synap Memory for Gemini CLI
ai.maximem/synap
Persistent memory for AI agents — log and recall conversation context over MCP.
client:Gemini CLI
transport:streamable-http
tools:4
Install Synap Memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"synap": {
"httpUrl": "https://synap-mcp.maximem.ai/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs