Claude Persistent Memory banner
MIMI180306 MIMI180306

Claude Persistent Memory

AI community

Description

Give Claude Code persistent memory across sessions. Hybrid BM25 + vector semantic search, auto-structuring via LLM, and 4-channel retrieval (MCP + hooks). Your AI assistant finally remembers.

Installation

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

README

Claude Persistent Memory

Claude Persistent Memory

Give Claude Code long-term memory that persists across sessions.
Hybrid BM25 + vector semantic search · LLM-driven structuring · Multi-project isolation

npm License Stars CI "Node= 18"> Platform

English | 中文

FeaturesQuick StartArchitectureMCP ToolsConfigurationContributing


Features

**Hybrid Search** — BM25 full-text (FTS5) + vector semantic similarity (sqlite-vec), combined ranking (0.7 vector + 0.3 BM25)

**4-Channel Retrieva