Skip to content
VS Code

Backstory: search your data exports locally for VS Code

io.github.magna-nz/backstory

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

client:VS Code transport:stdio runtime:nuget

Install Backstory: search your data exports locally in VS Code

.vscode/mcp.json

{
  "servers": {
    "backstory": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Backstory",
        "--yes"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Backstory: search your data exports locally in other clients