Skip to content
Gemini CLI

memorymesh for Gemini CLI

io.github.sparkvibe-io/memorymesh

Persistent, zero-dependency AI memory using SQLite. Local-first, cross-tool portable.

client:Gemini CLI transport:stdio runtime:pypi

Install memorymesh in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "memorymesh": {
      "command": "uvx",
      "args": [
        "memorymesh"
      ]
    }
  }
}

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

memorymesh in other clients