Start warm
Load repo rules, architecture, deployment notes, and prior decisions at the beginning of a session.
Claude forgets everything between sessions. Claude Memory fixes that locally: project rules, architecture notes, deploy facts, decisions, and preferences restored when the next session starts.
Load repo rules, architecture, deployment notes, and prior decisions at the beginning of a session.
SQLite on your machine. No cloud account, telemetry, vector database, embeddings service, or API key required.
Less re-explaining context means more time spent implementing, debugging, documenting, and reviewing.
| Tool | What it does |
|---|---|
memory_bootstrap | Load all memories for a project at session start. |
memory_save | Persist a note, decision, rule, or architecture fact. |
memory_recall | Search with SQLite FTS5/BM25 and optional filters. |
memory_update | Correct memory when project truth changes. |
memory_archive | Hide stale memory without permanent deletion. |
memory_import / memory_export | Move or back up memory as JSON. |
Rules, decisions, deploy facts, architecture notes.
Fast full-text search without cloud calls.
Future sessions recover the working memory.
Regulation Intelligence proves customer-facing RAG. Claude Memory proves the internal AI engineering workflow in public, inspectable, forkable source that developers can build themselves.