Shared, living memory for you and your people β coves your AI assistant can read and write.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Shared, living memory for you and the people you share your life with β and for the AI assistants you both already use.
Your assistant forgets you between conversations. reef gives it a memory that lasts β and one your partner, your household, or your project can share.
You need an invitation β reef is invite-only. Once you have one:
To use it from an assistant instead, add https://reefwith.me/mcp as a remote
MCP connector and sign in with the address you were invited on.
In Claude Code, the plugin carries that connector and three commands with it:
/reef:recall answers from memory rather than from guesswork,
/reef:remember files something away, and /reef:whats-new reports what the
other people's assistants have been writing.
There is a browser app too, at reefwith.me/app. Use it to read and edit pages without an assistant.
Memory lives in coves. You get one private cove the first time you sign in. You can create any number of shared ones β a household, a school circle, an accountant, a small project.
| Private cove | Shared cove | |
|---|---|---|
| Who can read it | Only you | Everyone invited |
| Created | At first sign-in | By whoever needs it |
| Named | Always personal | By you, for you |
| People join | Never | By email invitation from the owner |
You name shared coves for yourself. Your name for a cove is yours alone.
Two households can each have a family without either knowing the other
exists, and nobody can take a name from anybody else.
Sharing is deliberate and permanent. Moving something out of your private cove takes two steps. First your assistant shows you the exact text and names everyone who will be able to read it. Only then does it move.
Writing private content into a shared cove any other way is refused β not discouraged, refused. And there is no un-sharing.
reef loads an index first, then pages β the LLM Wiki pattern, adapted for shared, permissioned memory.
load_index and gets a map of every page it may see:
path, title, tags, and a one-line description. No page bodies.read_pages.search_pages matches words inside page bodies β and
because it runs under the same row-level security as every read, a
search can never surface a page its caller could not open.The index is rebuilt from the database on every call, so it cannot fall out of date.
Nothing is recorded silently. Mid-conversation, a fact worth keeping goes
through remember, which stages it as a dated line in that cove's inbox β
and before the conversation ends, the assistant says what it is keeping so
you can strike anything first.
An inbox entry is not memory yet. A tidy-up β ask for one any time β compiles inboxes onto real pages, flags pages that have gone stale, and surfaces contradictions between your pages and shared ones instead of silently picking a winner. Deliberate capture, reviewed by you, is the design: reef will not transcribe your conversations behind your back.
The database enforces it, not the application code.
Every page, file, and membership is guarded by PostgreSQL Row-Level Security. A query with a forgotten filter returns nothing rather than somebody else's data. Getting it wrong fails closed.
This works only because the app connects as an ordinary database role. A
superuser ignores every policy, so reef runs as rif_app β which can read and
write rows but cannot change the schema. Migrations and backups use a separate,
more privileged credential. See
scripts/provision_app_role.py.
Pages are Markdown from the moment you write them. The web app exports:
Both are plain files that outlive this deployment. Export is one-way, out of reef β nothing here locks your memory in.
Two packages, both installing a reef command:
| Install | What you get | |
|---|---|---|
| Python | uv tool install reef-cli | Every MCP tool as a named command |
| npm | npm install -g @haai/reef-cli | login, tools, and call |
Named commands use hyphens: load_index becomes load-index. Every result is
JSON, and an error such as not_found also exits non-zero.
reef call takes any MCP tool name and a JSON object, so it reaches everything
the named commands do. Large inputs can come from a file or stdin; uploads are
encoded for you.
Both packages sign in through the same browser flow. Each caches its own token, so logging in with one does not log in the other. Tokens live in a user-private config file.
Set REEF_MCP_URL to point at another server, or REEF_ACCESS_TOKEN for a
headless run.
Run reef tools for the live schemas, and reef <command> --help for
arguments.
Agent skill: skills/reef/SKILL.md teaches an
assistant the retrieval protocol, private-by-default writing, optimistic
locking, and when it must ask you before acting.
Live since 6 August 2026 at reefwith.me, deployed on Railway behind WorkOS AuthKit, and in daily use.
Complete and reviewed: the schema and access control, index and page reads, versioned writes, and section-level sharing. Also multi-user coves with owner-managed invitations, file storage, the browser app, import, backup, and export.
Tests run against a real PostgreSQL, not a mock.
Known gaps, honestly:
Everything outstanding is tracked in the "Open items" list at the top of
docs/runbook.md.
You need Docker and uv. just is optional but does the setup for you.
just on its own lists every task. Without it:
A cluster created before the test roles existed is missing them, and the suite
says so loudly rather than testing a weaker shape. just db-roles repairs it.
Two things about the local database are deliberate, not accidental:
docker-compose.yml.Migrations seed one person and their coves. Nobody else is seeded, on purpose. An email address is the key a first sign-in binds against, and a migration does not re-run to correct a wrong guess. Everyone else arrives by invitation.
Write your PR title as a Conventional Commit (PRs are squash-merged, so the
title is what decides the release version), and add a one-sentence fragment
under changes/ if a person using reef would notice the change β see
docs/releasing.md.
| Document | What it covers |
|---|---|
docs/spec.md | The design and why it is shaped this way |
docs/runbook.md | Deploying, and what is still open |
docs/restore.md | Backup and restore |
docs/competitor-research.md | The market around it |
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/reef-2)<a href="https://allmcps.com/mcp/reef-2"><img src="https://allmcps.com/api/badge/reef-2?style=directory" alt="Reef on AllMCPs" /></a>