Korely Memory for Gemini CLI
ai.korely/memory
Memory for AI agents that knows what is still true. Typed bi-temporal facts, EU-hosted.
client:Gemini CLI
transport:streamable-http
Install Korely Memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory": {
"httpUrl": "https://api.korely.ai/agent/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs