On-device memory layer for AI agents. Claude Code, Hermes and OpenClaw. Hooks + MCP server + hybrid RAG search.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"clawmem": {
"command": "npx",
"args": [
"-y",
"yoloshii/ClawMem"
]
}
}
}
Run in terminal:
claude mcp add clawmem npx -y yoloshii/ClawMem
Add to .cursor/mcp.json:
{
"mcpServers": {
"clawmem": {
"command": "npx",
"args": [
"-y",
"yoloshii/ClawMem"
]
}
}
}