Slowave for Gemini CLI
io.github.slowave-ai/slowave
Local adaptive memory for AI coding agents through a five-tool MCP lifecycle.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Slowave in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"slowave": {
"command": "uvx",
"args": [
"slowave"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs