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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
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.