Memory Kernel for Gemini CLI
io.github.artem362/memory-kernel
Local-first memory for AI agents: SQLite FTS5, deterministic recall, no vector DB, no cloud.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Memory Kernel in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory-kernel": {
"command": "uvx",
"args": [
"amormorri-memory-kernel"
],
"env": {
"MEMORY_KERNEL_DB": "<MEMORY_KERNEL_DB>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs