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