This MCP server implementation provides a knowledge graph-based memory system for AI assistants. Developed by BRO3886, it offers tools for creating, managing, and querying a graph structure of entities, relations, and observations. The server supports features like custom memory file paths, timestamping, and advanced search capabilities. It's designed for use cases requiring persistent, structured memory for AI interactions, such as maintaining context in long-term conversations or building knowledge bases from user interactions.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves the current timestamp.
Sets the path for the memory file to be used in the project.
Creates new entities in the knowledge graph.
Establishes relationships between entities in the knowledge graph.
Stores facts or observations about entities in the knowledge graph.
Removes specified entities from the knowledge graph.
Removes specified observations from the knowledge graph.
Removes specified relationships between entities in the knowledge graph.
Retrieves the current state of the knowledge graph.
Searches for specific nodes within the knowledge graph.
Opens and retrieves detailed information about specified nodes.