AnchorDB for Gemini CLI
io.github.jolovicdev/anchordb
Persistent code memory for AI agents: notes pinned to files and symbols that survive refactors.
client:Gemini CLI
transport:stdio
runtime:oci
Install AnchorDB in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"anchordb": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jolovicdev/anchor-db:1.0.6"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs