Claude Code
- Run both commands from inside Claude Code.
/plugin marketplace add mirkofr/FERNme
/plugin install fernme-memory@fernme-localThe marketplace is named fernme-local, so the install target is fernme-memory@fernme-local.
Runs on your own machine. No account, no service to sign up for.
You need Python 3.10 or newer and uv — the plugin fetches everything else itself.
/plugin marketplace add mirkofr/FERNme
/plugin install fernme-memory@fernme-localThe marketplace is named fernme-local, so the install target is fernme-memory@fernme-local.
git clone https://github.com/mirkofr/FERNme
cd FERNme
codex plugin marketplace add ./packaging/codexNewly installed MCP tools do not attach to tasks that are already open. Start a new task, and restart Codex if the FERNme tools still do not appear.
Nothing is stored until consent exists for a site and user. Ask the agent to grant it, or let it ask you.
“Turn on FERNme memory for me.”
Stable preferences, habits, constraints, and goals are what the engine is for — not a transcript of the chat.
“Remember that I prefer concise answers and short code comments.”
Open a different agent pointed at the same database and it starts from the same card of roughly 25 tokens.
“What do you know about how I like to work?”
The local graph UI shows every stored preference, its evidence, and its weight. Nothing is hidden from you.
pip install "fernme[ui]"
fernme-uiRemoval is a first-class operation: the profile goes, and the person is unlearned from the population prior too.
“Forget everything you know about me.”
A leftover from FERNme’s per-site origin: memory is scoped to a pair, so one engine can serve many people without mixing them. On a personal setup, set FERNME_SITE and FERNME_USER once and forget they exist.
When an agent infers something rather than being told it, the tag goes into a review queue instead of into memory. It stays a suggestion until you accept it — only you promote anything to truth.
FERNme is a research preview at v0.4. It is Apache-2.0, published benchmarks are synthetic or LLM-authored, and a real-human pilot is still pending. Setup details live in docs/mcp.md.
FERNme is an Apache-2.0 research preview at v0.4, with 283 passing tests.
Published results are synthetic or LLM-authored; a real-human pilot is the pending next step.