core for Gemini CLI
io.github.omega-memory/core
Persistent memory for AI coding agents. #1 on LongMemEval. Local-first.
client:Gemini CLI
transport:stdio
runtime:pypi
Install core in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"core": {
"command": "uvx",
"args": [
"omega-memory"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs