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.2.tar.gz (38.4 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.2-py3-none-any.whl (49.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: claude_memory_kit-0.1.2.tar.gz
  • Upload date:
  • Size: 38.4 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.2.tar.gz
Algorithm Hash digest
SHA256 556f01a16d5423fab8c9aeef3d95085279c169cbcb58fe7f58360580f8e9de00
MD5 f9599c8975161086463f85071879a3e3
BLAKE2b-256 a73dbbeb38b55162b158372404e8658ac08cfd671c2070f648e94eb4f8b16cc2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for claude_memory_kit-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9d664432b1ff780f320d300081abd70d8d73848f3c9ac2df3a6da16841665602
MD5 11aebcdfc0490e513f6274af9334455b
BLAKE2b-256 77185c79c256dca5a32c336179a12f2e4650f99e67847749f9d6f9b2ff0fe4b4

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