An improved implementation of persistent memory using a local knowledge graph with a customizable --memory-path. This lets Claude remember information about the user across chats.
No reviews yet. Be the first to review!
Sign in to join the conversation
Add new people, projects, events. Parameters: entities (array of objects with name, entityType, and observations)
Link entities together. Parameters: relations (array of objects with entity1, entity2, and relationType)
Add facts to existing entities. Parameters: observations (array of strings), entityName (string)
Find information by keyword. Parameters: keyword (string)
View entire memory. No parameters required.
Retrieve specific entities by name. Parameters: entityName (string)
Show all available databases and current location. No parameters required.
Remove entities. Parameters: entities (array of strings with entity names)
Remove specific facts. Parameters: observations (array of strings), entityName (string)
Remove connections. Parameters: relations (array of objects with entity1, entity2)