One-Liner Install
Command
claude plugin marketplace add nowledge-co/community && claude plugin install nowledge-mem@nowledge-community
What You Get
- 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
- 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
Create ~/.nowledge-mem/config.json:
JSON
{"apiUrl": "https://your-server:14242", "apiKey": "your-key"}