Implements a knowledge graph memory server enabling Claude to remember user information and learn from past errors through a lesson system.
This server provides a basic implementation of persistent memory using a local knowledge graph. It enables the Claude AI model to remember information about users across chats and learn from past errors through a lesson system. It utilizes entities, relations, and observations to store information and provides an API with tools for managing these components, along with specific tools for creating, finding, updating, and recommending lessons based on error patterns and solutions. The server manages memory and lesson data in separate files and can be configured with Cursor MCP client and Claude Desktop.