Token savings, measured.
AST- and heading-aware diff cache on file reads. 86% saved on a typical TS edit, 99% on unchanged re-reads.
Your agent forgets everything when a session ends. linksee-memory fixes that. Not just what happened, but why it failed and how you fixed it — structured across 6 layers so the right memory surfaces at the right time. One SQLite file, shared by every MCP client on your machine.
No account. No cloud. One SQLite file on your machine.
AST- and heading-aware diff cache on file reads. 86% saved on a typical TS edit, 99% on unchanged re-reads.
Claude Code, Cursor, Windsurf, OpenAI Codex, Gemini CLI — all share one brain at ~/.linksee-memory/memory.db. No cloud, no account, no lock-in.
goal / context / emotion / implementation / caveat / learning. Forgetting is tuned per layer — caveats are protected.
remember (save + update + delete), recall (search + file history + overview), read_smart (token-saving reads). Fewer tools = better cross-LLM consistency. Plus: Tools + Resources + Prompts + Sampling + Roots + Elicitation — the full MCP protocol surface.
remember (save / update / delete) · recall (search / file history / overview) · read_smart (diff cache). Each tool auto-detects mode from params. Old 8-tool names return migration guidance.
memory://stats / memory://hot / memory://recent / memory://caveats + 3 templates (memory://entity/{name}, memory://layer/{layer}, memory://memory/{id}). Browse memory in your IDE without a tool call.
summarize-session / extract-caveats / weekly-consolidation / recall-and-write / entity-handoff. Memory-before-action discipline, baked in.
Auto-consolidation on startup can optionally ask the client's LLM to rewrite cluster summaries. Falls back to the heuristic when the client declines. No server-side LLM key needed.
recall{path, scope_to_roots:true} reads the client's working roots and filters file history matches. Skips silently if the client doesn't expose roots.
remember{forget:true, memory_id:N} asks the user to confirm via the client UI before deleting. Newer MCP primitive — graceful degrade on clients without support.
Every memory is tagged with exactly one layer. Recall composites relevance × heat × momentum × importance and returns match_reasons so you — and the agent — know why a row came back.
The outcome the user is working toward. Persists across sessions so the agent doesn't drift.
Why this, why now. Surrounding constraints and stakeholders that shape the right answer.
Tone cues from the user. Frustration, excitement, exhaustion — signals that change how to reply.
How something was done — including what failed. The difference between a clean diff and a scar.
The "never do this again" drawer. Protected from auto-forgetting, always surfaced on recall.
Patterns distilled over time. Auto-consolidation compresses cold memories into protected learning entries on startup.
We'll walk through everything — installing Node.js, setting up Claude Desktop, and verifying it works. No terminal experience required for Claude Desktop.
Claude Desktop uses a settings file. We'll add linksee-memory to it with one paste.
Launch Claude Desktop → Settings → Developer → "Edit Config". A JSON file opens in your editor.
Inside "mcpServers": { ... }, add the linksee key shown below. If mcpServers already has entries, add a comma before the linksee line.
"linksee": {
"command": "npx",
"args": ["-y", "linksee-memory"]
}Fully quit and reopen (not just close the window). linksee-memory loads on the next launch.
Start a new chat and type: "Can you remember that I prefer TypeScript over JavaScript?" Claude should confirm it saved this to linksee-memory.
| Feature | Mem0 / Letta / Zep | Claude auto-memory | linksee-memory |
|---|---|---|---|
| Cross-agent (Claude + GPT + Gemini) | △ | ✕ | ✓ |
| WHY-layered structure | ✕ flat | ✕ flat | ✓ 6 layers |
| AST-aware file diff cache | ✕ | ✕ | ✓ |
| Active forgetting (curve-based) | △ | ✕ | ✓ |
| Local-first · no account required | ✕ | ✓ | ✓ |
| match_reasons on recall | ✕ | ✕ | ✓ |
$19/mo. First 100 seats lock launch pricing forever. Cancel anytime — your memories stay in your local SQLite.
Start a task on your MacBook, continue on the office Linux box — the agent has the full context.
When one teammate's agent hits a pitfall, every other teammate's agent knows — no more repeating war stories across PRs.
Browse, edit, and search your memories in a web UI. Export / import. See memory growth over time.
Direct access to the builder. Responsive email support. Early access to experimental features (semantic recall, multi-agent coordination).
Who it's for: solo devs with multiple machines, or small teams (3–10) sharing agent workflows.
One email, max. No newsletter spam. Unsubscribe is just not replying.
MIT-licensed. One binary. Stays on your machine.