One-Command Setup
bash <(curl -sL https://raw.githubusercontent.com/nowledge-co/community/main/nowledge-mem-hermes/setup.sh)
Installs the native memory provider plugin. Restart Hermes after running.
For Hermes < v0.7.0, add --mcp for the MCP-only setup. See the full guide.
What Happens Automatically
- Working Memory loads at the start of every session
- Relevant memories surface before each turn (no manual search needed)
- User profile facts from Hermes sync to your cross-tool knowledge graph
- Context compressor knows external knowledge can be recovered via search
Tools
| Tool | Purpose |
|---|---|
nmem_search |
Search memories |
nmem_save |
Save or upsert a decision, insight, or learning |
nmem_update |
Refine an existing memory |
nmem_delete |
Remove one or more memories |
nmem_thread_search |
Search past conversations |
nmem_thread_messages |
Fetch messages from a thread |
Configuration
No plugin config needed. The nmem CLI handles server URL and API key. For remote setups:
nmem config set url https://your-server:14242
nmem config set api_key your-key