Enables Claude to remember information about users across chats by utilizing a local knowledge graph.
This Python implementation provides a persistent memory solution for Claude using a local knowledge graph, allowing it to retain user information across multiple chat sessions. It leverages entities, relations, and observations to represent and store knowledge. The server exposes an API for creating, updating, deleting, and retrieving information from the knowledge graph, enhancing Claude's ability to personalize interactions and maintain context.