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.
Specifies the path for the memory file.
Creates new entities in the memory graph.
Establishes relationships between existing entities.
Stores facts about entities as observations.
Removes specified entities from the memory graph.
Deletes specific observations from the memory.
Removes relationships between entities.
Reads and retrieves the current state of the memory graph.
Searches for specific nodes within the memory graph.
Opens and displays details about specified nodes.