Share:

AI memory OS for LLM and Agent systems, enabling persistent Skill memory for cross-task skill reuse and evolution.

Security Reviewed

Manual review completed. Repository structure, installation path, memory-system surface, and public publishability were checked before publication. Public summary is visible; full setup and review detail stay member-only.

Member unlock

Register to view the full install guide, detailed security report, compatibility checks, and usage insights.

What is MemOS?

MemOS is an AI memory operating system designed for LLM and agent systems. It enables persistent skill memory for cross-task skill reuse and evolution.

Key features of MemOS

  • Persistent skill memory
  • Cross-task skill reuse

+ 2 more features available to members

Installation

Install Guide for Members

Register to unlock the full install command, step-by-step setup, configuration instructions, and verified usage notes.

Sign In to Unlock

Free registration • Instant access

Security Review

Security Review Report

Sign in to view the full audit notes, review date, reviewer, compatibility validation, and operational guidance.

Sign In to Unlock

Free registration • Instant access

Supported Platforms

claudecursorantigravitygemini

Server Config

config.json
{
  "mcpServers": {
    "memos": {
      "command": "npx",
      "args": [
        "-y",
        "memos"
      ]
    }
  }
}
View on GitHub