Skip to content
Gemini CLI

Brainbox for Gemini CLI

dev.thexi/brainbox

Persistent, portable memory for AI assistants — your private memory graph, from any MCP client.

client:Gemini CLI transport:streamable-http

Install Brainbox in Gemini CLI

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

{
  "mcpServers": {
    "brainbox": {
      "httpUrl": "https://brainbox-mcp.thexi.dev/mcp"
    }
  }
}

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

Brainbox in other clients