
PMB gives Claude Code, Cursor, Codex and Zed persistent project memory through MCP. It stores decisions, lessons, goals, recent work, project facts and docs in one SQLite workspace on your disk. No cloud, no API keys, no LLM call on the read path. It is open source, offline-first, inspectable/exportable, with a local dashboard and honest impact tracking so you can see which memories actually help.
Loading comments…
Project Info
Product Keywords
PMB is an open-source, offline-first memory system that gives AI coding agents like Claude Code, Cursor, Codex, and Zed persistent project memory through the Model Context Protocol (MCP). It stores decisions, lessons, goals, recent work, project facts, and documentation in a single SQLite workspace on your local disk. No cloud, no API keys, and no LLM calls on the read path—everything runs entirely on your machine.
Every message is classified in sub-millisecond time, and matching lessons, decisions, and project overviews are fetched for the agent before it reasons. The read path takes just 4–16 ms, so memory surfaces without slowing down the conversation.
The MCP tool returns instantly. SQLite writes happen first, while embedding and LanceDB vector index updates run on a background thread, never blocking the agent's turn. This means recording new memories costs essentially zero time.
PMB combines BM25 text search, dense vector embeddings, an entity graph, and optional reranking—all fused with Reciprocal-Rank-Fusion (RRF). One call returns the right memory, ranked, with a 94.5% recall@10 rate.
Every lesson is scored by whether the agent actually follows it. Useful rules get starred automatically; ignored ones are flagged as dead. This lets you prune what doesn't help and keep your memory honest, not bloated.
Memory that doesn't wait to be asked—hooks inject the right context before the model thinks, and journal the agent's work after, with no LLM call on the read path.
This is the core difference from other memory tools. PMB doesn't require the agent to remember to call a tool or ask for context. It automatically surfaces relevant memories on every prompt and records new ones asynchronously. The result is persistent context that compounds across sessions without any manual effort.
You want your AI coding agents to actually remember your project decisions, conventions, and past bugs without re-explaining everything each session. PMB is especially useful if you switch between multiple agent tools and want your context to follow you, or if you need memory that stays entirely on your machine with no cloud dependencies.
Other tools you might consider
The moment an agent needs to deploy something, it slams face-first into a wall built for humans. Today we're rolling out Temporary Accounts on Cloudflare Workers. Any agent can now run wrangler deploy — temporary and get a live Worker in seconds.
Harness Starter Kit helps teams turn fragile AI coding prompts into durable repository rules: AGENTS.md, drift checks, failure memory, adoption reports, and stack profiles for safer agent collaboration.
The Supercut MCP gives your AI/coding assistants permission-aware access to recordings, including semantic search, transcripts, frames, comments, reactions, and more.
Run state-of-the-art open-source models (GLM 5.1, Kimi K2.7 Code, MiniMax M2.7, and more) in Claude Code at up to 4× the speed (up to 200 tok/s) for a flat $29/month. Set up in minutes, no code changes.
Maker
calm_kit
Alternatives
Loading comments…