The Adaptive Memory Graph is an MCP server plugin designed to equip Claude with persistent and intelligent memory capabilities across multiple conversational sessions. It functions by storing knowledge as weighted, interconnected nodes in a dynamic graph that evolves with every interaction. As Claude utilizes specific nodes, their weight increases, while unused memories gradually decay and are eventually archived, ensuring that only relevant information persists. This system features encrypted storage for security, organizes nodes by domain, logs session activity, and allows for the ingestion of past chat histories to enrich Claude's knowledge base, ultimately enabling a more knowledgeable and contextually aware AI assistant.
Key Features
01Weighted memory nodes for importance and relevance
02Time-based decay for self-pruning of stale memories
03AES-256-GCM encrypted storage with macOS Keychain support
04Cross-domain connections to link related knowledge
05Chat history ingestion to review and extract knowledge from past sessions
060 GitHub stars