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
Store new memories (people, projects, concepts). Parameters: entities (array of objects)
Add facts to existing memories. Parameters: memory_name (string), facts (array of strings)
Link two memories together. Parameters: memory_one (string), memory_two (string)
Search memories by keyword. Parameters: query (string), context (optional string)
Retrieve specific memories by exact name. Parameters: memory_name (string)
Read all memories in a database. Parameters: context (optional string)
List available databases.
Forget memories. Parameters: memory_name (string)
Remove specific facts from a memory. Parameters: memory_name (string), facts (array of strings)
Remove links between memories. Parameters: memory_one (string), memory_two (string)