2 months ago
A Claude Code MCP plugin that audits and cleans up your AI memory.
Claude Code v2.1.59+ automatically saves memories from your conversations. Over time, your memory store accumulates:
Stale memories — "working on Project X this week" from months ago
Junk memories — offhand remarks treated as permanent facts
Conflicting memories — "prefers detailed comments" and "keep code clean and minimal" coexisting
Misrecorded memories — AI over-interpreted a one-time comment as a fixed habit
This plugin audits your memory store with a 4-dimension quality score (Importance / Recency / Credibility / Accuracy) and gives you actionable cleanup recommendations — with a visual dashboard.
Server Config
{
"mcpServers": {
"memory-quality": {
"command": "uvx",
"args": [
"memory-quality-mcp"
],
"env": {
"OPENAI_API_KEY": "your-key-here"
}
}
}
}