VAAS-X Cognitive Memory for Gemini CLI
io.github.vaas-x/vaasxmcp
Persistent, outcome-grounded episodic memory for Claude. 14ms CPU retrieval, no GPU, no vector DB.
client:Gemini CLI
transport:streamable-http
Install VAAS-X Cognitive Memory in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"vaasxmcp": {
"httpUrl": "https://mcp.vaasx.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs