Skip to main content

Claude Memory Kit (CMK). Persistent memory for Claude. Embedded, zero-server.

Project description

claude-memory-kit

Persistent memory for Claude. MCP server with hybrid search (dense + sparse vectors, RRF fusion), SQLite storage, and automatic sensitivity classification.

install

uv tool install claude-memory-kit

Or with pip:

pip install claude-memory-kit

setup

Add to your Claude Code MCP config (~/.claude/mcp.json):

{
  "mcpServers": {
    "memory": {
      "command": "cmk"
    }
  }
}

That's it. Claude will automatically save and recall memories across sessions.

how it works

3 tools exposed to Claude:

  • save: store something worth remembering. gate, person, project, and sensitivity are auto-classified.
  • search: hybrid search across memories (keyword + semantic + graph traversal).
  • forget: remove a memory by ID with a reason.

Claude calls save proactively when it learns something worth keeping (preferences, corrections, commitments, facts about people). No manual intervention needed.

features

  • Hybrid search: dense vectors (fastembed) + sparse vectors (BM25) with Reciprocal Rank Fusion
  • Write gates: behavioral, relational, epistemic, promissory, correction (auto-classified)
  • Memory decay: configurable half-life per gate type, automatic archival
  • Graph traversal: RELATED_TO, CONTRADICTS, FOLLOWS edges between memories
  • Sensitivity classification: Opus-powered privacy detection (safe/sensitive/critical)
  • PII scanning: regex-based detection for API keys, SSNs, credit cards, etc.
  • Identity card: auto-generated summary of who Claude is working with
  • Journal consolidation: automatic compression of old entries into digests

dashboard

CMK includes a web dashboard for managing memories:

cmk serve --port 7749

Then build and run the dashboard (Next.js):

cd dashboard
pnpm install && pnpm dev

Dashboard features: timeline view, search, graph visualization, identity management, rules, API keys, and a privacy review page.

cli

# save and search
cmk remember "user prefers dark mode" --gate behavioral
cmk recall "dark mode"

# maintenance
cmk scan
cmk classify
cmk classify --force
cmk reflect
cmk stats
cmk serve
Command Description
cmk remember Store a memory with auto-classification
cmk recall Search memories
cmk scan PII scan across all memories
cmk classify Opus sensitivity classification
cmk classify --force Re-classify all memories
cmk reflect Consolidate old entries + run decay
cmk stats Storage and memory statistics
cmk serve Start the API server

environment

# required for LLM features
ANTHROPIC_API_KEY=<your-api-key>

# optional: Qdrant Cloud
QDRANT_URL=<your-cluster-url>
QDRANT_API_KEY=<your-key>

# optional: custom storage path
MEMORY_STORE_PATH=~/.claude-memory

See .env.example for all options.

license

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

claude_memory_kit-0.1.3.tar.gz (38.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

claude_memory_kit-0.1.3-py3-none-any.whl (50.2 kB view details)

Uploaded Python 3

File details

Details for the file claude_memory_kit-0.1.3.tar.gz.

File metadata

  • Download URL: claude_memory_kit-0.1.3.tar.gz
  • Upload date:
  • Size: 38.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.11

File hashes

Hashes for claude_memory_kit-0.1.3.tar.gz
Algorithm Hash digest
SHA256 f28245ce7d70d34eee35444776399d64d7af57f89b3b3bedbcaee27c6fd837ef
MD5 b6ddd87cf6650b2339d8a664923f9c14
BLAKE2b-256 98426e3f44c71f2c02c4e4bf77e9d505970e7814bc9f5ae8374cdee583c9a623

See more details on using hashes here.

File details

Details for the file claude_memory_kit-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_memory_kit-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0265b9e307ad7d27963d9df3d8da228eee3db26814b1a096cbed7d9f61b5b1ec
MD5 1715393b46bb55c092071822609714fa
BLAKE2b-256 2d1ecd21949dcc62ecf0bcd18b477adb4b1b3bc3020ddd5f8e3c6303910f7210

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page