Today · My Brain

My Brain

This is your brain, not a chatbot's memory of you. One person-scoped context (your lessons, decisions, projects, preferences) that every LLM, IDE, and tool reads through one connection, that you own as plain files, and whose every write is provenanced and reversible. It is the My Brain surface from the Continuity tab, promoted to its own full page.

Where to find it

  • Localhost: /my-brain.html
  • API: GET /api/me/brain
  • Keyboard: K then my brain
  • Sidebar: Today → My Brain

What it does for you

What follows you, kind-grouped.A view of your owned brain over GET /api/me/brain. On the desktop it reads this machine's local .claude/brain/ files with zero setup, no migration, no token. Set a hosted URL and your CLI token to also read your hosted copy. Toggle "include my teams' brains" to read the teams you currently belong to, each redacted at that team's boundary and derived server-side from your memberships.
Ask your own notes and get a cited answer.Ask a question and get an answer reasoned over your own owned brain (POST /api/me/brain/ask), with citations that deep-link to the source files. Answers stream token by token when a BYOK Anthropic key (ANTHROPIC_API_KEY) is set; without one you still get the matching grounding files, just no synthesized answer.
Connect your brain to every tool.A personal MCP server your hosts read through one connection. Claude Desktop, Cursor, and ChatGPT Developer Mode connect over the hosted OAuth flow; a non-MCP website or GTM tool reads through a scoped read token instead. Mint a capability-scoped read token (label, scope, TTL) and revoke it later; the raw token shows once on mint.
Capture and review, never auto-active.Jot a thought or paste a clip and it lands in your store as a proposal (POST /api/me/brain, source web-capture), never an auto-active memory. The pending-proposals queue shows each un-confirmed write with its full provenance; confirm to promote it, discard to revert (GET /api/me/brain/proposed, POST /api/me/brain/confirm).
Nightly Dreaming.An opt-in overnight consolidation over your own local brain: a morning brief, a connection-finder across recent notes, and one older note resurfaced against what is happening now (GET /api/me/brain/dream). Any new insight lands as a proposal for review, never auto-active. Enable it with REPOOPS_PERSON_DREAM=1 and a BYOK Anthropic key.
Portable and yours to delete.Export your confirmed memories as a portable v1 bundle (GET /api/me/brain/export) or import an Obsidian, Readwise, Gemini, ChatGPT, or Claude export back in as proposals (POST /api/me/brain/connectors/import). Publish a slice as an installable pack in the person marketplace, see who read your brain and through which token (GET /api/me/brain/reads), or permanently delete everything (POST /api/me/brain/delete-all).

Configure

The desktop reads your local brain with no setup. To also reach your hosted brain, set the hosted URL (https://www.repoops.ai) and your CLI bearer token in the panel at the top; both persist locally and are shared with the Continuity tab's My Brain section. Reasoning and Nightly Dreaming need a BYOK Anthropic key.

Read more