mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
44 lines
1.4 KiB
JSON
44 lines
1.4 KiB
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "12.3.2",
|
|
"description": "Memory compression system for Claude Code - persist context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman",
|
|
"url": "https://github.com/thedotmack"
|
|
},
|
|
"homepage": "https://github.com/thedotmack/claude-mem#readme",
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"claude",
|
|
"claude-code",
|
|
"claude-agent-sdk",
|
|
"mcp",
|
|
"plugin",
|
|
"memory",
|
|
"compression",
|
|
"knowledge-graph",
|
|
"transcript",
|
|
"typescript",
|
|
"nodejs"
|
|
],
|
|
"interface": {
|
|
"displayName": "claude-mem",
|
|
"shortDescription": "Persistent memory and context compression across coding sessions.",
|
|
"longDescription": "claude-mem captures coding-session activity, compresses it into reusable observations, and injects relevant context back into future Claude Code and Codex-compatible sessions.",
|
|
"developerName": "Alex Newman",
|
|
"category": "Productivity",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://github.com/thedotmack/claude-mem",
|
|
"defaultPrompt": [
|
|
"Find what I already learned about this codebase before I start a new task.",
|
|
"Show recent observations related to the files I am editing right now.",
|
|
"Summarize the last session and inject the most relevant context into this one."
|
|
],
|
|
"brandColor": "#1F6FEB"
|
|
}
|
|
}
|