Pure Markdown · Zero Dependencies · MIT Open Source

Memory-Unified
Skills & Execution

The AI Memory OS that ensures no insight is lost across coding conversations.

Claude Code OpenClaw Cursor Windsurf Gemini CLI Codex CLI
56Skills
6AI Tools
0Dependencies
v2.15Latest

The Problem with AI Coding Today

😩

Without MUSE

  • AI forgets early context in long sessions
  • New conversations start from scratch
  • Same mistakes repeated across sessions
  • Manual context setup every time
  • Progress lost when context overflows
🎭

With MUSE

  • Pre/Post compaction preserves critical info
  • /resume auto-assembles context in 5 steps
  • /distill distills lessons to long-term memory
  • Zero-input /bye one-click wrap-up
  • Defensive auto-save every 10 rounds

Core Features

Everything you need for lossless AI context management

🧠

Two-Layer Memory

Short-term daily logs (memory/) + long-term distilled lessons (MEMORIES.md). Never lose a lesson again.

🎭

Role Isolation

Build, QA, Growth, Strategy — each role has its own state file. No cross-contamination, clean boundaries.

📡

Directive Queue

Async cross-role messaging with 🟡/✅ status tracking. Strategy directs, Build executes, QA verifies.

🔌

MCP Server

Built-in Bash MCP server with 6 tools. Claude Code can read your project status through the standard protocol.

56 Skills

Core + Toolkit + Ecosystem skill packs. Git, debugging, security review, TDD, frontend design, and more.

🛡️

Defensive Auto-Save

Silent checkpoints every 10 rounds. Context blowout? At most 10 rounds lost. /resume crash recovers the rest.

See It In Action

/resume → boot → work → /ctx/bye

MUSE Demo — /resume → boot → work → /ctx → /bye

Works With Your Tools

One install command, automatic format conversion

Claude Code
install.sh --tool claude
Cursor
install.sh --tool cursor
Windsurf
install.sh --tool windsurf
Gemini CLI
install.sh --tool gemini
Codex CLI
install.sh --tool codex
OpenClaw
install.sh --tool openclaw

Get Started in 60 Seconds

1

Clone MUSE

git clone https://github.com/myths-labs/muse.git
2

Install to your project

cd muse && ./scripts/install.sh --target /path/to/your-project
3

Start using

/resume → work → /bye

How MUSE Compares

The only zero-dependency, pure-Markdown approach to AI memory

Feature MUSE mem0 memsearch lossless-claw
Dependencies Zero Python + DB Milvus + Node SQLite + DAG
Format Pure Markdown Vector DB Vector DB Custom DAG
Tool Support 6 tools API only Claude Code OpenClaw
Role System ✅ Multi-role
Cross-role Directives ✅ 📡 Protocol
MCP Server ✅ Built-in
License MIT Apache 2.0 MIT MIT

Simple Commands

/resume

Boot — auto-restore context & start work

/bye

One-click wrap-up — save, sync, archive

/ctx

Context health check (🟢🟡🔴)

/distill

Condense daily logs → long-term memory

/sync

Cross-role synchronization

/settings

Change language, model, preferences