mem9

star 0

Cloud-persistent memory for AI agents — cross-session recall, multi-agent sharing, hybrid vector + keyword search. Install the mnemo plugin to give your agent a brain that never forgets.

you06 By you06 schedule Updated 3/7/2026

name: mem9 version: 0.1.0 description: "Cloud-persistent memory for AI agents — cross-session recall, multi-agent sharing, hybrid vector + keyword search. Install the mnemo plugin to give your agent a brain that never forgets." author: qiffang keywords: [memory, agent-memory, persistent-memory, vector-search, hybrid-search, cloud-memory, multi-agent, cross-session, openclaw, ai-agent, mem9, mnemo] metadata: openclaw: emoji: "\U0001F9E0"


mem9 — Persistent Memory for AI Agents

Coming soon. Full skill with auto-install instructions will be published shortly.

Give your OpenClaw agent persistent cloud memory. Memories survive sessions, devices, and agent restarts.

What You Get

  • Cross-session recall — Agent remembers what it learned yesterday
  • Multi-agent sharing — Claude Code, OpenCode, and OpenClaw share one memory pool
  • Hybrid search — Vector similarity + keyword search, merged with RRF ranking
  • Stateless plugins — All state lives in mnemo-server, agents stay disposable

Quick Preview

# Install the memory plugin
npm install mnemo-openclaw
{
  "plugins": {
    "slots": { "memory": "mnemo" },
    "entries": {
      "mnemo": {
        "enabled": true,
        "config": {
          "apiUrl": "http://your-server:8080",
          "apiToken": "mnemo_your_token"
        }
      }
    }
  }
}

Links


Full installation skill coming soon. Star this to get notified.

Install via CLI
npx skills add https://github.com/you06/mnemos --skill mem9
Repository Details
star Stars 0
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator