TotalRecall

ilyafainberg/TotalRecall
★ 0 stars C# Database Updated today
Local, searchable, encrypted index of everything that happens on your computer. 100% on-device, no AI, no telemetry, fully open source. *Optional* local MCP server to query captured data with agents .
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "totalrecall": {
      "command": "npx",
      "args": [
        "-y",
        "ilyafainberg/TotalRecall"
      ]
    }
  }
}

README Excerpt

> A local, searchable, encrypted index of **everything that happens on your computer** — built on .NET 10, fully open source, **100% on-device**, with an optional MCP server so AI agents can query it. --- Every N seconds (default: 10s), TotalRecall takes a screenshot of visible windows on your screen, skips windows that have not visually changed, runs OCR over changed images to extract the text, and stores the result in a local SQLite database:
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →