Implements persistent memory using a local knowledge graph, enabling Claude to remember information across chats.
Memory Domain Knowledge is a server that provides a basic implementation of persistent memory leveraging a local knowledge graph. It allows applications like Claude to retain user information across multiple chat sessions. The server stores information as entities, relations, and observations, providing a structured way to manage and retrieve knowledge. The API offers tools for creating, deleting, reading, and searching entities, relations, and observations within the knowledge graph, allowing for personalized and context-aware interactions.