mcp-knowledge-graph
The Knowledge Graph Memory Server utilizes a local knowledge graph to facilitate improved persistent memory across different chats. It allows for the creation, tracking, and connecting of entities and their relationships, making it easier to manage and evolve knowledge over time.
What is the purpose of the Knowledge Graph Memory Server?
The server is designed to provide persistent memory capabilities using a local knowledge graph, allowing models to remember user information across interactions.
How does the server handle version tracking?
The server includes version tracking for entities and relations, which helps maintain a historical context of how knowledge evolves over time.
Can I customize the memory file path?
Yes, you can specify a custom path for the memory file using command-line arguments or environment variables.
What happens if I try to delete a non-existent entity or observation?
The server performs silent operations for deletions, meaning it will not raise errors if the entity or observation does not exist.
Is the server compatible with Claude Desktop?
Yes, the server can be integrated with Claude Desktop by configuring the mcp.json or claude_desktop_config.json files.