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.
Sets the file path for memory storage for the current project.
Creates entities in the knowledge graph based on specified attributes.
Establishes relationships between existing entities in the knowledge graph.
Adds observations related to entities in the knowledge graph along with timestamps.
Removes specified entities from the knowledge graph.
Removes specific observations related to entities in the knowledge graph.
Deletes specified relationships between entities in the knowledge graph.
Retrieves the current state of the knowledge graph.
Searches for specific nodes (entities) within the knowledge graph.
Opens and retrieves information about specific nodes in the knowledge graph.