Best for
- Developers using Claude Code, Cursor, or Codex
- Users prioritizing privacy and local data control
- Teams needing persistent memory without cloud dependency
PMB gives Claude Code, Cursor, Codex and other MCP-aware agents a real memory: decisions you made last week, lessons you taught them, personal facts, project structure, PDFs. They survive every restart, every model upgrade, every agent switch - because they live in a local workspace you own, with SQLite as the durable source of truth and rebuildable search indexes beside it. No cloud, no API keys, no LLM call on the read path. Just local files.
pip install pmb-ai.pmb setup to detect your agent and wire the MCP entry.pmb warmup to preload the model (first recall is instant).pmb stats to see what's stored, pmb recall "query" to search, and pmb doctor to confirm everything is wired.