Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Mnemosyne OS in other clients