Install
openclaw skills install xmemoPersistent, user-owned memory for AI agents over hosted MCP. Remember decisions, recall project context, manage TODOs, and govern memory lifecycle across sessions and tools.
openclaw skills install xmemoGive your agent durable memory that survives across sessions, projects, and tools. XMemo is a hosted MCP memory service — no local database, no self-hosting required.
xmemo login if the CLI is installed. Set XMEMO_KEY environment variable." Never request raw tokens in chat.Core memory operations provided by the XMemo MCP server:
| Tool | Purpose |
|---|---|
remember | Save a new memory |
recall / recall_context | Retrieve relevant memories before answering |
search_memory | Search by query |
update_memory | Revise existing memory |
forget / forget_memory | Delete a memory |
redact_memory | Remove sensitive content while keeping audit trail |
explain_memory | Show why a memory exists or matched |
create_memory_todo | Create a follow-up task |
list_memory_todos | List pending TODOs |
complete_memory_todo | Mark a TODO done |
record_event | Log a milestone or decision |
get_timeline | Show recent events |
add_expense | Record a ledger entry |