Backread · Connect your AI

Your X archive, as AI context.

Backread speaks MCP (Model Context Protocol) — the open standard Claude, ChatGPT, Cursor and a growing list of AI tools use to reach your data. Connect once and your AI can search your entire archive, read any save in full, check your Brief, cite your Verified Snapshots, and even save links for you.

1 · Get your key

In Backread: menu → Connect your AI → Create a key. Copy it immediately — it's shown once and stored only as a hash. Revoke any key, any time, from the same place.

2 · Add Backread to your AI

Claude Code

claude mcp add backread --transport http https://backread.app/mcp \
  --header "Authorization: Bearer YOUR_KEY"

Claude Desktop / Cursor / other JSON-config clients

{
  "mcpServers": {
    "backread": {
      "url": "https://backread.app/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Clients that only speak stdio

npx mcp-remote https://backread.app/mcp \
  --header "Authorization: Bearer YOUR_KEY"

claude.ai (web & desktop)

Settings → Connectors → Add custom connector → paste https://backread.app/mcp. You'll be sent to Backread to sign in (if needed) and approve — no key to copy.

ChatGPT

Settings → Connectors → Create (developer mode) → MCP server URL https://backread.app/mcp, authentication OAuth → approve when prompted.

3 · Ask away

The tools your AI gets

ToolWhat it does
search_archiveSemantic + keyword search across every save, with filters.
get_saveOne save in full: verbatim text, thread, quote context, Community Note, summary, your note, permalink.
list_savesBrowse a view: all, a category, starred, likes, actions, vault, archived.
list_categoriesYour niches with counts — the map of your taste.
get_briefToday's Daily Brief: what's new, what's worth acting on.
get_insightsNiche distribution, top voices, momentum.
list_verified_snapshotsYour Bitcoin-anchored Verified Snapshots with public proof pages — evidence-grade citations.
save_urlSave an x.com post or any link into your archive.

Limits & security