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.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Store new memories (people, projects, concepts). Parameters: context (optional string), location (optional string), entities (array of objects)
Add facts to existing memories. Parameters: context (optional string), memory_name (string), facts (array of strings)
Link two memories together. Parameters: context (optional string), memory_name_1 (string), memory_name_2 (string)
Search memories by keyword. Parameters: context (optional string), query (string)
Retrieve specific memories by exact name. Parameters: context (optional string), memory_name (string)
Read all memories in a database. Parameters: context (optional string)
List available databases. Parameters: None
Forget memories. Parameters: context (optional string), memory_name (string)
Remove specific facts from a memory. Parameters: context (optional string), memory_name (string), facts (array of strings)
Remove links between memories. Parameters: context (optional string), memory_name_1 (string), memory_name_2 (string)