claude-mem
From thedotmack
Memory compression system for Claude Code - persist context across sessions
Install
claude mcp add claude-mem -- npx -y claude-memFacts
- Repository
- thedotmack/claude-mem
- 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-pView full source on GitHub →Other mcp servers
ecc-universal
★ 229,918Harness-native agent operating system for Codex, OpenCode, Cursor, Gemini, Claude Code, and terminal workflows - skills, hooks, rules, MCP conventions, and operator control-plane patterns
affaan-mupdated 14d agoMITchrome-devtools
★ 229,918affaan-mupdated 14d agoMIT@modelcontextprotocol/servers
★ 88,502Model Context Protocol servers
modelcontextprotocolupdated 18d agoNOASSERTIONmcp-docs
★ 88,502modelcontextprotocolupdated 18d agoNOASSERTIONmcp-search
★ 87,329thedotmackupdated 13d agoApache-2.0claude-flow
★ 64,474Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
ruvnetupdated 13d agoMIT