sticky for Gemini CLI
io.github.1picassoai/sticky
Persistent memory and context for your agent, on a board you can see. Capped, so it stays small.
client:Gemini CLI
transport:stdio
runtime:npm
Install sticky in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"sticky": {
"command": "npx",
"args": [
"-y",
"sticky-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs