YourMemory — Persistent Memory for AI Agents

5 min read Original article ↗

MCP COMPATIBLE 89.4% Recall@5

Your AI should
remember you.

Persistent, intelligent memory for any AI agent — with biologically-inspired decay that forgets the right things at the right time. Open source. Runs entirely on your machine.

89.4%

Recall@5 · LongMemEval

−84%

Token waste at 30 sessions

Simple by design

Memory that works like yours.

Three steps. Your agent learns, remembers, and naturally forgets what it no longer needs.

Memory lifecycle

User Input Memory Born Stored + Linked Recalled Fades Naturally

Bars show memory strength — full when recently created or recalled, fading as it ages unused.

{{ step.n }}

{{ step.title }}

{{ step.desc }}

{{ step.code }}

Measured, not claimed

Benchmark results.

Evaluated on three public datasets. Every number independently reproducible — benchmark code lives in the repo.

{{ bigNum }}

{{ bigLabel }}

{{ bigDesc }}

{{ bar.l }} {{ bar.valLabel }}

Your numbers

How much would you save?

Two ways to find out — a 30-second check inside your AI, or a full breakdown from your own history.

Instant audit 30 sec

Paste this at the end of any session — Claude, ChatGPT, Gemini, Cursor, Copilot. It needs no knowledge of YourMemory; your AI measures and compresses the conversation itself.

{{ auditPrompt }}

Your AI replies with: Full ~X,XXX · Memory ~XXX · Savings XX%

Calculate from your history local · private

Export any AI chat and paste it below. Tokenized in your browser — nothing is sent anywhere.

{{ calcTokensFmt }} tokens~0.75 words per token

Sessions this spans{{ calcSessions }}

Without YourMemory

{{ calcBaseTokFmt }}

tokens · {{ calcBaseCostFmt }} on {{ calcModelLabel }}

Context compounds — by session {{ calcSessions }} you re-send {{ calcCtxPerSessFmt }} tokens of history every time.

With YourMemory

{{ calcYmTokFmt }}

tokens · {{ calcYmCostFmt }} on {{ calcModelLabel }}

~{{ calcYmPerSessFmt }} recalled tokens injected per session — flat, never growing.

You save

{{ calcSavePct }}%

{{ calcSaveTokFmt }} tokens · {{ calcSaveCostFmt }} saved

Comparison

Not a vector database.

Vector stores hoard chunks and never forget. YourMemory keeps memory that strengthens, fades, and connects — like yours.

Legacy · vector DB

Stores chunks. Returns chunks. Each session starts from zero — and nothing is ever prioritized or forgotten.

YourMemory

Facts that evolve. Knowledge that merges, decays, and connects across every session — so only what matters survives.

Feature YourMemory Mem0 Zep

{{ row.f }} {{ row.ymG }} {{ row.mem0G }} {{ row.zepG }}

Enterprise

Memory that works across your whole team.

Your team accumulates deep knowledge every day — customer quirks, solved problems, architectural decisions. Right now it evaporates when the session closes. Enterprise gives it a permanent home.

Team memory sharing

Your Memory A Alice shared B Bob shared C Carol shared D Dan shared E private Eve F private Shared memory Private memory

Without YourMemory

Engineer A spends two hours debugging a customer edge case. Session closes. The knowledge is gone — and Engineer B starts from scratch next week.

// Session ended context = null customer_hist = null team_knowledge = null

With YourMemory Enterprise

Engineer A solves it once. The memory persists, shared with the org, and surfaces automatically when Engineer B opens a session — solved in minutes.

// Session opened recall("customer edge case") → 3 relevant memories surfaced → last solved: 6 days ago by alice

{{ f.title }}

{{ f.desc }}

Ready to give your team a shared brain?

Enterprise is distributed as a private build. Reach out to get started.

Talk to us about a pilot

Memory Browser · Audit Trail

Every memory, on the record.

A built-in Memory Browser shows every stored memory with its live strength, category, and recall history — and an Audit tab logs every read, write, and delete to a tamper-evident hash chain. Switch tabs in the panel to explore both.

YourMemory Memory Browser

mira

All categories ⌄ Sort: strength ⌄

Load

🧠 Memories

View

🧠 All 👤 User

{{ m.text }}

{{ m.pct }} {{ m.cat }} 👤 user

id: {{ m.id }} importance: {{ m.importance }} recalls: {{ m.recalls }} last accessed: {{ m.last }}

📒 Audit log

✓ chain verified · 55 rows retention: 90 days

All actions ⌄ Refresh

TimestampActionOperationUserTargetSrc

{{ r.time }} {{ r.badge }} {{ r.op }} mira {{ r.tgt }} http

{{ f.title }}

{{ f.desc }}

Read the thinking behind it

Written about YourMemory.

{{ a.source }} {{ a.title }} {{ a.desc }} Read →

Frequently asked

The fine print, in plain English.

Free activation

Start in under 2 minutes.

Free, open source, runs entirely on your machine. No API key. No data leaves your system.

Get your activation token.

Enter your email — we'll send a 6-digit code to verify.

{{ sendError }}

No password stored · takes 30 seconds

Enter the code.

We sent a code to {{ maskedEmail }} — expires in 10 minutes.

{{ verifyError }}

Verified — token ready

Run this command to activate:

yourmemory-register {{ token }}

Token also sent to your email as a backup.

$ pip install yourmemory

yourmemory-register <token>

yourmemory-setup