A local-first MCP server that gives any AI agent (Cursor, Cline, Claude Code, Continue, Zed) shared memory across all your past conversations — Claude Code, Cowork, Telegram exports — in one FTS5-searchable index.
One folder. One database. Any agent can ask.
Your agent remembers what you discussed last week, last month, in another session, with another agent. Real continuity.
Discussion in Cowork? Cursor sees it. Conversation in Claude Code? ChatGPT can read it. One source of truth, any client.
Every byte stays on your laptop. No cloud, no telemetry, no account. SQLite file you own. Survive Anthropic bans by definition.
Drop a Telegram export or a Claude Code .jsonl into the inbox folder. Memex picks it up in seconds, indexes via FTS5, and exposes through MCP.
Tiny surface, big impact. The agent decides when to call them.
Don't want to manually drop files? claude-backup is a Python CLI that auto-discovers all your Claude Code and Cowork sessions and feeds them into memex's inbox in one command.
pip install claude-backup
claude-backup feed-memex
# → 16 sessions in your memex inbox in 5 seconds
github.com/parallelclaw/claude-backup →