This is a persistent memory layer for Claude that stores conversation context in the cloud via the MemOS API. It lets Claude search past interactions, save valuable multi-turn conversations, delete outdated memories, and add feedback to correct its understanding over time. You'll need a MemOS API key and user ID to get started. The real value here is continuity across sessions. Instead of re-explaining your preferences or project context every time, Claude can pull from stored memories. The Python-based implementation is straightforward with JSON input/output, though you're managing environment variables and command-line calls yourself. Worth considering if you're tired of repeating yourself or working on long-running projects where context matters.
npx skills add https://github.com/memtensor/memos-cloud-skill --skill memos-cloud-server