What happened?
clawmem is not registered. Available engines: legacy
Steps to reproduce
Install clawmem as:
#-install bun
curl -fsSL https://bun.sh/install | bash
#-install clawmem
npm install -g clawmem
#-One command: init + index + embed + hooks + MCP
mkdir ~/notes
clawmem bootstrap ~/notes --name notes
Verify
clawmem doctor
Setup Openclaw
clawmem setup openclaw
#run serve
clawmem serve &
#openclaw.conf
"entries": {
"clawmem": {
"enabled": true
},
"slots": {
"contextEngine": "clawmem"
}
Error output / logs
#in OpenClaw chat
#journalctl --user -u openclaw-gateway -f
OpenClaw node[3120]: (Use `node --trace-deprecation ...` to show where the warning was created)
OpenClaw node[3120]: │
OpenClaw node[3120]: ◇ Config warnings ────────────────────────────────────────────────────╮
OpenClaw node[3120]: │ │
OpenClaw node[3120]: │ - plugins.entries.clawmem: plugin not found: clawmem (stale config │
OpenClaw node[3120]: │ entry ignored; remove it from plugins config) │
OpenClaw node[3120]: │ │
OpenClaw node[3120]: ├──────────────────────────────────────────────────────────────────────╯
OpenClaw node[2832]: 2026-04-11T15:05:59.807+09:00 Embedded agent failed before reply: Context engine
Environment
- OS:ubuntu 22.04
- Bun version (
bun --version):1.3.12
- ClawMem version: 0.8.3
- GPU (if applicable): NVIDIA TITAN RTX /Driver Version: 591.86 CUDA Version: 13.1
- llama-server version (if applicable): 0.20.2
OpenClaw 2026.4.9 (0512059)
Component
CLI
Checklist
What happened?
clawmem is not registered. Available engines: legacy
Steps to reproduce
Install clawmem as:
#-install bun
curl -fsSL https://bun.sh/install | bash
#-install clawmem
npm install -g clawmem
#-One command: init + index + embed + hooks + MCP
mkdir ~/notes
clawmem bootstrap ~/notes --name notes
Verify
clawmem doctor
Setup Openclaw
clawmem setup openclaw
#run serve
clawmem serve &
#openclaw.conf
"entries": {
"clawmem": {
"enabled": true
},
"slots": {
"contextEngine": "clawmem"
}
Error output / logs
Environment
bun --version):1.3.12OpenClaw 2026.4.9 (0512059)
Component
CLI
Checklist
clawmem doctorand included relevant output above