ClawMem
Supports UIby yoloshii
Local-first, evolving memory layer for AI agents with hybrid RAG and causal graph search.
What it does
Provides a persistent on-device memory system for AI agents, fusing recent research into multi-signal retrieval (BM25 + vector) and causal inference. It allows agents to remember decisions, preferences, and milestones across sessions without cloud dependencies.
Tools
memory_retrieve: Auto-classifies queries and routes to the optimal search backend.intent_search: Finds 'why' and 'how' by traversing causal and semantic graphs.timeline: Navigates the temporal neighborhood of a specific memory.session_log: Retrieves cross-session history and handoffs.memory_pin: Manually boosts the durability of a critical piece of information.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"clawmem": {
"command": "clawmem",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- OpenClaw
- Hermes Agent
Quick install
npm install -g clawmem && clawmem setup mcpInformation
- Pricing
- free
- Published
- 4/13/2026
- stars






