GTGilligan Tech
Free MIT source on GitHub

Persistent memory for Claude Code.

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.

MIT license Node.js 22+ SQLite No tracking

Start warm

Load repo rules, architecture, deployment notes, and prior decisions at the beginning of a session.

Stay private

SQLite on your machine. No cloud account, telemetry, vector database, embeddings service, or API key required.

Ship faster

Less re-explaining context means more time spent implementing, debugging, documenting, and reviewing.

Tool surface

Ten practical memory tools

ToolWhat it does
memory_bootstrapLoad all memories for a project at session start.
memory_savePersist a note, decision, rule, or architecture fact.
memory_recallSearch with SQLite FTS5/BM25 and optional filters.
memory_updateCorrect memory when project truth changes.
memory_archiveHide stale memory without permanent deletion.
memory_import / memory_exportMove or back up memory as JSON.
01 / SAVEYou save the project truth

Rules, decisions, deploy facts, architecture notes.

02 / STORESQLite keeps it local

Fast full-text search without cloud calls.

03 / BOOTSTRAPClaude starts with context

Future sessions recover the working memory.

Part of GilliganTech

Free MIT source belongs in the AI SaaS venture stack.

Regulation Intelligence proves customer-facing RAG. Claude Memory proves the internal AI engineering workflow in public, inspectable, forkable source that developers can build themselves.