
A memory tool by PMB that gives Claude Code, Cursor, Codex, and Zed persistent, offline memory. Stores decisions, lessons, and facts in a local SQLite file—no API keys or cloud required.
Re-explaining project context
Every session starts knowing your decisions, conventions, and past bugs—no more pasting the same context into a fresh chat.
Switching AI tools
Your context follows you across Claude Code, Cursor, Codex, and Zed, so switching agents costs nothing.
Tracking agent behavior over time
The timeline journal records every decision, lesson, and commit, newest first, with one lane per project.
Pruning ineffective memories
Lessons that aren’t followed are flagged dead, so you can prune what doesn’t help.
Exploring memory as a graph
Every fact, decision, lesson, file, and entity becomes a node you can hover over, dim, and read in full.
Debugging or auditing agent work
The map and timeline provide a live, visual record of what your agent has learned and done.
Auto-recall on every prompt
Every message is classified in sub-milliseconds; matching lessons, decisions, and project overview are fetched before the agent reasons.
Sub-millisecond async writes
The MCP tool returns instantly—SQLite writes first, with embedding and vector insert running on a background thread.
Hybrid recall with ranked fusion
BM25 + dense vectors + entity graph + optional rerank are fused with Reciprocal-Rank-Fusion, achieving 94.5% recall@10.
Lesson scoring and pruning
Each rule is scored by whether the agent actually follows it; useful ones get starred, ignored ones are flagged dead.
Live entity graph
A color-coded, size-scaled graph you can explore—hover to dim unrelated nodes and read the full memory chunk.
Timeline journal
A git-graph-style journal with one lane per project, nodes color-coded by event type, connected by soft curves.
Local web dashboard
A real dashboard served from your machine, rendering the map and timeline live for one project’s memory.
Multi-tool support
Claude Code, Cursor, Codex, and Zed all read the same memory file, so context follows you, not your editor.
A memory tool by PMB that gives Claude Code, Cursor, Codex, and Zed persistent, offline memory. Stores decisions, lessons, and facts in a local SQLite file—no API keys or cloud required.
Category:Skill
Visit Link:https://pmbai.dev/
Tags:offline memory、claude code、cursor、codex、local sqlite