Skip to content
Gemini CLI

Backstory: search your data exports locally for Gemini CLI

io.github.magna-nz/backstory

Search your Google, Telegram, Spotify and Instagram exports locally. Fully offline.

client:Gemini CLI transport:stdio runtime:nuget

Install Backstory: search your data exports locally in Gemini CLI

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

{
  "mcpServers": {
    "backstory": {
      "command": "dnx",
      "args": [
        "Backstory",
        "--yes"
      ]
    }
  }
}

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

Backstory: search your data exports locally in other clients