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 entity objects, each with name, entityType, and observations)
Link entities together. Parameters: relations (array of relation objects specifying the entities to link)
Add facts to existing entities. Parameters: observations (array of facts to add), context (optional) to specify the database
Find information by keyword. Parameters: keyword (string to search for), context (optional) to specify the database
View the entire memory. Parameters: context (optional) to specify the database
Retrieve specific entities by name. Parameters: names (array of entity names to retrieve)
Show all available databases and current location.
Remove entities. Parameters: entities (array of entity identifiers to delete)
Remove specific facts. Parameters: observations (array of facts to delete), context (optional) to specify the database
Remove connections. Parameters: relations (array of relation identifiers to delete)