One-Liner Install
claude plugin marketplace add https://github.com/nowledge-co/community && claude plugin install nowledge-mem@nowledge-community
What You Get
- Context Bundle or Working Memory loads at session start, resume, and clear
- Search triggers when you reference related past work
- Session capture runs after every response and remains async and idempotent
- Pre-compaction capture saves the current transcript before Claude compresses context
- Each turn keeps save and search syntax close at hand
Slash Commands
/savesaves the current session/sumdistills insights into durable memories/search <query>searches your knowledge base/statuschecks the connection
Remote Mode
Configure this machine once:
nmem config client set url https://your-server
nmem config client set api-key your-key
Claude Code uses the same shared config for nmem tools and full-session capture.
Import Older Sessions
nmem t sync --from claude-code --all-projects --limit 20
nmem t sync --from claude-code --all-projects --apply
Use -p /path/to/project instead of --all-projects when you only want one project.