Provides a persistent memory solution using a local knowledge graph, allowing applications to remember information across interactions.
Optimized Memory provides a basic implementation of persistent memory using a local knowledge graph, enabling applications like Claude AI to remember information about users across chats. It stores information as entities, relations, and observations within a SQLite backend. The server offers an API with tools to create, delete, and search entities, relations, and observations, supporting use cases like chat personalization and maintaining user context.