claudegoodies
MCP Server

claude-mem

From thedotmack

Memory compression system for Claude Code - persist context across sessions

Install

claude mcp add claude-mem -- npx -y claude-mem

Facts

Status
Actively maintained
Last commit
Source file
package.json

Source preview

The instructions Claude Code reads when this mcp server runs.

{
  "name": "claude-mem",
  "version": "13.11.0",
  "description": "Memory compression system for Claude Code - persist context across sessions",
  "keywords": [
    "claude",
    "claude-code",
    "claude-agent-sdk",
    "mcp",
    "plugin",
    "memory",
    "compression",
    "knowledge-graph",
    "transcript",
    "typescript",
    "nodejs"
  ],
  "author": "Alex Newman",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/thedotmack/claude-mem.git"
  },
  "homepage": "https://github.com/thedotmack/claude-mem#readme",
  "bugs": {
    "url": "https://github.com/thedotmack/claude-mem/issues"
  },
  "type": "module",
  "bin": {
    "claude-mem": "./dist/npx-cli/index.js"
  },
  "exports": {
    "./modes/*": "./plugin/modes/*"
  },
  "files": [
    "dist",
    ".agents/plugins/marketplace.json",
    ".codex-plugin",
    "plugin/.claude-plugin",
    "plugin/.codex-plugin",
    "plugin/.mcp.json",
    "plugin/package.json",
    "plugin/bun.lock",
    "plugin/hooks",
    "plugin/modes",
    "plugin/scripts/*.js",
    "plugin/scripts/*.cjs",
    "plugin/sqlite",
    "plugin/skills",
    "plugin/ui",
    "openclaw"
  ],
  "engines": {
    "node": ">=20.12.0",
    "bun": ">=1.0.0"
  },
  "scripts": {
    "dev": "npm run build-and-sync",
    "build": "node scripts/sync-plugin-manifests.js && node scripts/build-hooks.js && node scripts/gen-p
View full source on GitHub →

Other mcp servers