Mnemosyne OS for Gemini CLI
io.github.mnemosyne-os/mcp
Memory the human governs, on their own machine, plus what other coding agents here wrote.
client:Gemini CLI
transport:stdio
runtime:npm
Install Mnemosyne OS in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@mnemosyne_os/mcp"
],
"env": {
"MNEMO_DEFAULT_VAULT": "<MNEMO_DEFAULT_VAULT>",
"MNEMO_VAULTS": "<MNEMO_VAULTS>",
"MNEMO_SDK_PORT": "<MNEMO_SDK_PORT>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs