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.
Aún no hay reseñas. ¡Sé el primero en reseñar!
Inicia sesión para unirte a la conversación
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.