🔌

claude-mem

🔌Plugin

thedotmack/claude-mem

Installation

Add marketplace in Claude Code:
$/plugin marketplace add thedotmack/claude-mem
Step 2. Install plugin:
$/plugin install claude-mem@thedotmack
VibeIndex|
What it does
|

A persistent memory system for Claude Code that enables storing and recalling information across sessions using local file-based storage.

Overview

Claude Mem is a persistent memory system for Claude Code that stores and recalls information across sessions using local file-based storage. It gives Claude long-term memory without requiring external databases or cloud services.

Key Features

  • Stores key-value memories that persist across Claude Code sessions
  • File-based storage system that works locally without network dependencies
  • Simple API for saving, retrieving, and searching through stored memories
  • Supports categorized memory organization for structured recall

Who is this for?

Claude Code users who want persistent memory across sessions for frequently used context, preferences, and project-specific knowledge.

🏪

Part of

thedotmack-claude-mem

85,768
-
Last UpdatedJul 4, 2026

More from this repository10

🏪
thedotmack-claude-mem🏪Marketplace

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

🎯
mem-search🎯Skill

Persistent memory system for Claude Code using semantic search, enabling Claude to store, search, and retrieve context across sessions with multi-language documentation support.

🎯
smart-explore🎯Skill

A persistent memory compression system built for Claude Code that enables context retention across sessions. Provides intelligent memory management with compression, allowing Claude Code to maintain knowledge of projects and conversations beyond the default context window.

🎯
make-plan🎯Skill

Plan-making skill for creating structured project plans with milestones, tasks, and timelines for development workflows.

🎯
do🎯Skill

A task execution skill from claude-mem, a Claude Code memory and persistence plugin with built-in token ($CMEM) integration on the Solana blockchain.

🎯
timeline-report🎯Skill

Generates a "Journey Into [Project]" narrative analyzing a project's full development history from the claude-mem worker API (`http://localhost:37777/api/context/inject`). Auto-detects git worktrees to resolve the parent project name and covers every observation, session boundary, and summary across the project's history.

🎯
claude-code-plugin-release🎯Skill

Automated semantic versioning and release workflow for Claude Code plugins — bumps package.json, marketplace.json, and plugin.json in lockstep, runs the build, tags the commit, creates a GitHub release, and generates changelog entries. Enforces 'nothing left uncommitted or unpushed' by running git status at the end.

🎯
knowledge-agent🎯Skill

Skill that turns filtered claude-mem observations into queryable AI knowledge bases ("brains"). Users build a corpus with filters (project, concepts, date range), prime it into an AI session, then ask conversational questions and rebuild/reprime to refresh.

🎯
learn-codebase🎯Skill

A persistent memory compression system for Claude Code that helps the agent learn and remember codebase context across sessions, enabling more effective long-term project understanding without re-reading files each time.

🎯
pathfinder🎯Skill

A navigation and code exploration skill within the claude-mem memory system that helps AI agents efficiently find and traverse codebases using persistent memory and contextual awareness.