Skip to content
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

Merged
merged 9 commits into from
Nov 20, 2024
Merged

Claude memory #8

merged 9 commits into from
Nov 20, 2024

Conversation

ItsBarryZ
Copy link
Contributor

A knowledge-graph based memory.

@@ -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.
Copy link
Contributor

@maheshmurag maheshmurag Nov 20, 2024

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!)

@ItsBarryZ ItsBarryZ merged commit 5775836 into main Nov 20, 2024
5 checks passed
@ItsBarryZ ItsBarryZ deleted the claude_memory branch November 20, 2024 15:36
HarleyCoops pushed a commit to HarleyCoops/ClaudeServers that referenced this pull request Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants