yuvalsuede

Memory MCP — Development skill for Claude Code

Development community

Persistent memory for Claude Code — never lose context between sessions.

How to install Memory MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open yuvalsuede/memory-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Memory MCP does

Persistent memory for Claude Code — never lose context between sessions.

Alternatives in Development

  • Claude Context Mode — An MCP server that sits between Claude Code and these outputs 5.3k ★
  • Claude Supermemory — Persistent memory across sessions and projects using Supermemory 2.3k ★
  • Claude Swap — Switch between multiple Claude Code accounts, with automatic rate-limit rotation, usage dashboard, and paralle 2k ★

README

memory-mcp

[![npm version](https://img.shields.io/npm/v/claude-code-memory.svg)](https://www.npmjs.com/package/claude-code-memory) [![npm downloads](https://img.shields.io/npm/dm/claude-code-memory.svg)](https://www.npmjs.com/package/claude-code-memory) [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE) [![Node](https://img.shields.io/badge/node-%3E%3D18-brightgreen.svg)](package.json) [![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)](tsconfig.json)

**Persistent memory + automatic git snapshots for Claude Code.** Never lose context. Never lose code.

🧠 45 memories | 📊 2.8K tokens | 📸 23 snapshots | ⏱️ 5m ago

Why memory-mcp?

Problem Solution
Re-explaining your project every session Auto-captures decisions, patterns, architecture
Context window fills up, knowledge lost Two-tier memory: CLAUDE.md (instant) + deep search
Broke something, can't remember what worked Git snapshots on every save, instant rollback
No idea what Claude "knows" about your project Visual dashboard shows all context
Worried about cloud storage 100% local files, your git repo

What makes it different

  • Git Snapshots — Every memory save commits your entire project. Roll back anytime.
  • Two-Tier Memory — CLAUDE.md loads instantly, deep store searchable mid-conversation.
  • LLM-Powered — Haiku extracts what matters, consolidates duplicates, prunes stale info.
  • Visual Dashboard — See your context: tokens, memories by type, snapshot history.
  • Zero friction — No commands to run. It just works silently.

Quick Start

# Install globally
npm install -g claude-code-memory

# Interactive setup (API key + hooks)
memory-mcp setup

# Initialize a project
memory-mcp init ~/Projects/my-app

That's it. Start coding. Memories accumulate automatically.

How It Works

graph TB
    subgraph "Phase 1: Silent Capture"
        A[Claude Code