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 entities such as people, projects, or events. Parameters: entities (array of entity objects containing name, entityType, and observations)
Link entities together. Parameters: relations (array of relations to create)
Add new facts or observations to existing entities. Parameters: observations (array of observations to add)
Find information by keyword. Parameters: keyword (string to search for)
View the entire memory graph. No parameters required.
Retrieve specific entities by name. Parameters: name (string of the entity to retrieve)
Show all available databases and current location. No parameters required.
Remove specified entities from the memory. Parameters: entities (array of entity names to delete)
Remove specific facts or observations from an entity. Parameters: observations (array of observations to delete)
Remove connections between entities. Parameters: relations (array of relations to delete)