Skip to content
Gemini CLI

Monet for Gemini CLI

io.github.team-monet/monet

Local-first, state-centric memory for coding agents. MCP server + CLI.

client:Gemini CLI transport:stdio runtime:npm

Install Monet 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": {
    "monet": {
      "command": "npx",
      "args": [
        "-y",
        "@team-monet/monet"
      ],
      "env": {
        "MONET_STORAGE_DIR": "<MONET_STORAGE_DIR>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Monet in other clients