One shared, persistent memory for all of your AI agents. What one agent learns — your work, your own knowledge, the shape of a recurring task like particular paperwork or particular invoices — every agent remembers, across sessions and across machines, so your AI does not make the same mistakes over again.
Your agents connect to Vanilla Brain over MCP (the Model Context Protocol).
Each agent calls brain_wake at the start of a session, pulls
relevant context with brain_recall, and saves durable facts with
brain_remember. Everything is one account — connect Claude
Code on one machine and Codex on another, and they share the same living memory.
Each machine gets one connector entry; its capture-only credential is managed with it. The memory itself is shared automatically across everything you connect. Revoking the connector from the Agents tab revokes both.