From cb575e2585d0fab000f629337eaf70e25a0b0ec7 Mon Sep 17 00:00:00 2001 From: Barry Zhang Date: Wed, 20 Nov 2024 10:25:05 -0500 Subject: [PATCH] adding comments --- src/memory/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/memory/README.md b/src/memory/README.md index af67de56..159374f2 100644 --- a/src/memory/README.md +++ b/src/memory/README.md @@ -1,6 +1,8 @@ # Knowledge Graph Memory Server A basic MCP server implementation that provides persistent memory using a knowledge-graph. The server manages entities, their observations, and the relationships between them using a JSON-based file system. +This lets Claude remember information about the user across chats and projects, and lets them bypass the issues of having super long chats + # Core Concepts ## Entities