Every session starts from zero and forgets it all on close. One Brain gives Claude Code permanent memory, shared by the whole team. What one person records, everyone has, with the name and the date still attached.
Create your brain · Free during the open beta · Leer en español
Someone asks their Claude about a service they didn't build:
why does the payments worker stop retrying after 2 attempts?
That cap is deliberate, not a leftover. It was set after the duplicate-charge incident in March.
"Two retries on payments, hard stop. At five we double-charged 40 customers in one night. If a queue genuinely needs more, it comes through me." Priya Raman · Platform · Mar 12
The answer came out of a teammate's session six months earlier. Nobody wrote a document for it.
Nobody writes documents. Memory gets recorded when you close a topic, so there is no form to fill in and no wiki to keep alive.
Every answer has a name and a date on it, which means you stop reconstructing intent from commit messages a year later.
Every service, client or person is a tag. Ask about one and you get everything the team wrote about it, whichever teammate wrote it.
The server itself doesn't run any model. It stores and retrieves, and the judgment stays in your Claude, on your machine.
-
Sign in with Google at onebrain.prophet.lat. Your brain exists immediately, with no form to fill in and nothing to approve.
-
Install the plugin in Claude Code:
/plugin marketplace add Prophet-git/one-brain-plugin /plugin install one-brain@prophetThen close Claude Code and open it again, so the skills load.
-
Connect the token the signup gives you:
/one-brain:connect <your-token>Close and reopen once more, then run
/one-brain:statusto confirm.
Do the restarts. While the process is alive it keeps using the old copy, and /clear won't
help, because that resets the conversation and not the process.
Most of the time you do nothing. The team's context arrives when the session starts, and your Claude records what you close.
When you want to be explicit:
brain_save, or just tell Claude "save this in One Brain"brain_searchfor "what did we decide about X?" or "where is client Y at?"/one-brain:handoffto hand off state to your future self or a teammate/one-brain:resumeto pick up where the last session left off/one-brain:doctorwhen something isn't working
You need Claude Code already running, either the terminal or the desktop app. One Brain doesn't replace it. It gives it memory.
It also needs a POSIX environment. macOS and Linux already are one; on Windows, use Git
Bash or WSL. jq is optional, since the plugin falls back to python3 and then perl.
Working in Codex instead? There's a Codex build of the same brain.
One Brain stores what your team decides and learns, not your repository. It doesn't read your source code. Every brain is isolated from every other one, you can see and edit every entry, and you can export the whole thing whenever you want without asking anyone.
More on the security and privacy pages.
bautista@prophet.lat · Built by Prophet
Source-available, not open source: see LICENSE. You can read and audit every line before installing it, and run it against the One Brain service. You can't redistribute it or point it at a different service.