No jargon, no diagrams to decode. This page explains what actually happens to the things you ask your AI to remember — and why they come back when you need them.
Start here
Every AI chat starts from nothing. You explain your project, your preferences, the decision you made last Tuesday and why — and then the conversation ends and all of it evaporates. Open a new chat, or a different AI, and you start explaining again.
Unimatrix is the place that remembers instead. It sits alongside whichever AI you are using and holds the context, so the AI can look things up rather than ask you. Because the memory lives with you and not inside one company's chat history, it still works when you switch from one AI to another, or from your laptop to your phone.
In one sentence: you save things once, and every AI you connect can read them, in every future conversation, on every device.
Step one
You can save a memory by asking your AI to remember it, by highlighting text in the browser extension, or by typing it into the dashboard yourself. However it arrives, it lands in the same place.
Saving is instant — you never wait. The tidying up happens a moment later, in the background, and we call the thing that does it the Librarian.
Think of dropping a book at a library desk. You leave; someone else files it. The Librarian:
This is also why memory quality improves on its own. The Librarian revisits your memories on a schedule, not just once at save time.
Step two
Memories are kept in two places at once. This is the “dual-layer” architecture, and the reason for it is simple: one layer is built for speed, the other for permanence.
A small, fast collection of the memories you are most likely to need next — recent ones, important ones, and ones you keep coming back to. It is held ready in memory so common lookups return without touching the database at all.
It is deliberately small and constantly refreshed: when something new earns a place, the least useful thing drops out. Nothing is lost when that happens — the working set is a shortcut, never the record.
The permanent, complete store — every memory you have ever saved, on disk, backed up. This is the source of truth. If the working set were wiped entirely, nothing would be lost; it would simply rebuild itself.
Alongside the text, the vault holds the meaning fingerprints that make search work, plus compact copies of them that let large searches run quickly without storing many times more data than the memories themselves.
You never choose between the two or manage either of them. It is an internal arrangement that exists so recall feels immediate without putting a ceiling on how much you can keep.
Step three
When an AI asks Unimatrix what you know about something, we do not simply match words. We run two different kinds of search and combine them — which is what “hybrid retrieval” means.
Each method produces its own ranked list. We merge the two, then take a closer look at the strongest handful and re-rank them properly. A result that both methods liked rises to the top; a result only one of them found still gets a fair hearing. Any standalone facts the Librarian extracted are included too, so a direct answer can be given without hunting through the memory it came from.
Then we account for time. This is recency decay: newer memories are weighted more heavily than older ones, on a sliding scale rather than a cutoff. By default a memory's recency weight roughly halves every ninety days, and memories in an active Space fade more slowly than ones in an archived corner.
Two things are worth being clear about. Decay only ever affects ranking — a memory that has not been touched in years is still there, still searchable, and still wins if it is genuinely the best match. And decay never reaches zero; it flattens out at a floor. Unimatrix does not delete your memories because they got old.
Finally, within a single working session, memories you have already used get a small nudge upward, so a long conversation stays anchored to the thread you are actually on.
Step four
The piece that makes this work everywhere is MCP, the Model Context Protocol. MCP is an open standard for letting an AI application talk to an outside tool. It is best thought of as a plug shape: any AI that has the socket can connect to anything with the plug, with no custom integration written for that specific pairing.
Unimatrix is one of those tools. Once you have connected it, your AI can save and look up memories by itself, as a normal part of answering you. You do not copy anything across, and in most cases you do not have to ask — the AI reaches for memory the way it would reach for a calculator.
Because the connection is a published standard rather than a private arrangement, the same memory is reachable from Claude Desktop, Cursor, Windsurf, and a growing list of others. For AI products that do not support MCP — the web versions of ChatGPT, Claude, and Gemini — the browser extension provides the same thing on the page itself.
This is what makes the cross-device story work. Your phone and your laptop are just two more clients reading the same memory, so a conversation you start on one can be continued on the other.
Ready to connect something? The setup flow generates a ready-to-paste configuration for your specific tool, or see Configure Claude Desktop.
Worth knowing
Your memories are always encrypted before they are written to disk, and always sent over an encrypted connection. But there are two different paths into Unimatrix, and they do not offer identical guarantees — so here is the honest version.
That distinction matters when you are deciding what to save. If something is genuinely sensitive, prefer the dashboard composer with an encryption password set. A good habit either way: avoid putting secrets in Space or Location names, which are stored as plain labels so they can be listed and searched.
Full detail lives on the Security & Infrastructure page and the Privacy Policy. If you would rather no third party held any of it, Unimatrix can be self-hosted on your own hardware.
Reference
Terms you will run into across the dashboard, the docs, and your AI's tool calls.
The Help Center has step-by-step guides, troubleshooting, and answers to the questions we get asked most.