Instant Context Loading
What happens: Start Claude Code. Recent memories load instantly.Instant Memory Compression
What happens: Type/compact
and the conversation is saved immediately. During installation you can opt-in to also save when /clear
runs.
Before:
/compact
works out of the box, and /clear
compression is available if you enabled it during install.
Instant Recovery (Smart Trash)
What happens: Delete something by accident? Itβs still there.Semantic Search
What happens: Ask Claude to runmcp__claude-mem__chroma_query_documents
and it searches your memories by meaning.
Typical natural-language prompts find:
- Authentication flow details
- JWT implementation fixes
- Password hashing notes
- Session management trade-offs
- Security policies and checklists
Session Continuity
What happens: Every session builds on the last. Session 1:Status Check
What happens: One command shows everything.Hook Integration
What happens: Claude Code hooks capture everything automatically.- session-start: Loads the latest project memories from the index
- pre-compact: Compresses when you type
/compact
- session-end: Optionally saves just before
/clear
(if you enabled save-on-clear)
Performance
What happens: Everything is optimized for speed.- Minified runtime: Smallest possible footprint
- Lazy loading: Only loads whatβs needed
- Local storage: No network latency
- Incremental updates: Only processes changes
Privacy
What happens: Your data stays yours.- Local only: Everything stored on your machine
- No telemetry: Zero data collection
- Open source: Audit the code yourself
- Your control: Delete anything, anytime
Project Detection
What happens: Knows which project youβre in. Open/Users/you/my-app
and claude-mem:
- Detects the project name
- Loads project-specific memories
- Ignores unrelated context
- Maintains project isolation
CLAUDE.md Integration
What happens: Adds memory instructions to your CLAUDE.md automatically.Updates
What happens: Stay current automatically.The Magic Is No Magic
Everything above happens with zero configuration and zero commands (except the initial install). This is what βit just worksβ actually means.Start using claude-mem today.