memory pulse for Gemini CLI
io.github.t-crew/memory-pulse
Corrections that outlive the session. A guard blocks the edit that writes the old value back.
client:Gemini CLI
transport:stdio
runtime:npm
Install memory pulse in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"memory-pulse": {
"command": "npx",
"args": [
"-y",
"memory-pulse"
],
"env": {
"MEMORY_PULSE_KEY": "<MEMORY_PULSE_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs