v1.0.0 — Initial release
sessionmem v1.0.0
First public release of sessionmem — a local-first MCP memory layer that gives your AI coding assistant a persistent memory across sessions, stored entirely on your own computer.
What's included
- Session memory — automatically captures what happens in your coding sessions and summarizes the important parts (decisions, warnings, key facts)
-
- Cross-tool support — works with Claude Code, Cursor, Codex, Cline, Windsurf, Antigravity, QCoder, and any other MCP-compatible host
-
- Privacy-first — everything stored in a single SQLite file on your machine; no account, no cloud, no telemetry
-
- Secret redaction — API keys, tokens, and passwords are scrubbed before anything is saved (on by default)
-
- Token-budgeted injection — memories are trimmed to ~230 tokens so they don't bloat your context (85.6% reduction vs. carrying full history)
-
- Retention pruning — stale memories are automatically cleaned up to prevent "memory rot"
-
- Team mode — optional shared-path team memory via a folder you already control
-
- Cloud summarization — optional opt-in via Anthropic API for higher-quality summaries
-
- Full CLI —
install,search,list,forget,export,import,stats,redact-scan, and more
- Full CLI —
Quickstart
npm install -g sessionmem
sessionmem install # register with your AI toolSee the README for full documentation.
Benchmark highlights
| Metric | Result |
|---|---|
| Token reduction | ~85.6% |
| Retrieval hit-rate | 100% |
| Recall | 100% |