-
Notifications
You must be signed in to change notification settings - Fork 757
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Claude memory #8
Conversation
@@ -0,0 +1,99 @@ | |||
# 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ItsBarryZ only comment is -- it'd be awesome to include 1 or 2 sentences of "how this might be useful" e.g. this lets Claude remember information about the user across chats and projects, and lets them bypass the issues of having super long chats. even just mentioning these from the prompt below could be interesting:
a) Basic Identity (Age, gender, location, Job title, education level, etc.)
b) Behaviors (interests, habits, etc.)
c) Preferences (communication style, preferred language, etc.)
d) Goals/Psychology (Goals, targets, aspirations, etc.)
e) Relationships (personal and professional relationships up to 3 degrees of separation)
(don't spend time on this if you're busy, just thought i'd mention!)
…laude_memory Claude memory
A knowledge-graph based memory.