Skip to content
Cursor

Backstory: search your data exports locally for Cursor

io.github.magna-nz/backstory

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

client:Cursor transport:stdio runtime:nuget

Install Backstory: search your data exports locally in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Backstory: search your data exports locally in other clients