A drop-in replacement for OpenClaw's memory_search tool. Give your agents persistent memory across conversations.
Install the plugin:
curl -fsSL https://dmem.ai/static/install.sh | bash
If you already have an API key, you can enter it in the installer. Otherwise, the installer will create one for you.
That's it. Your agent now has memory. You can claim your API key at dmem.ai/signup.
$9/month, flat. No per-query fees, no token metering.
The $9/month plan covers normal agent usage — the kind of thing a single developer or small team will throw at it. If you're running dmem at unusual scale (high-volume production workloads, large user bases, automated pipelines hammering the API), reach out and we'll work out a custom plan.
Agents aren't always reliable about calling tools when they should. If your agent seems to be forgetting things it should remember, prompt it directly:
This usually forces a memory_search call. If you find yourself doing this constantly, send me an email: daren@dmem.ai
Each API key has its own isolated memory space. Memories created under one key are not visible to another.
If you need to segment memories — for example, running multiple agents that shouldn't share context — create a separate API key for each one. You can manage keys from your dashboard.
Deletions are permanent.
openclaw plugins uninstall dmem
This removes the plugin from your agent. It does not delete your stored memories — use the links above if you want those gone too.
If you swapped in a different third-party provider before dmem, point the memory slot back at it:
openclaw config set plugins.slots.memory <provider>