T1nker-1220_memories-with-lessons-mcp-server

T1nker-1220_memories-with-lessons-mcp-server

3.1

If you are the rightful owner of T1nker-1220_memories-with-lessons-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Knowledge Graph Memory Server is a basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember user information across chats and learn from past errors through a lesson system.

The Knowledge Graph Memory Server is designed to provide a persistent memory solution using a local knowledge graph. It enables the storage and retrieval of user information across different interactions, allowing for a more personalized and informed user experience. The server supports the creation and management of entities, relations, and observations, which are the building blocks of the knowledge graph. Additionally, it includes a lesson system that captures knowledge about errors and their solutions, helping to improve the system's performance over time. The server is integrated with various tools and platforms, making it versatile and adaptable to different use cases.

Features

  • Entity Management: Create, read, update, and delete entities in the knowledge graph.
  • Relation Management: Define and manage directed connections between entities.
  • Observation Handling: Add and remove discrete pieces of information about entities.
  • Lesson System: Capture and manage knowledge about errors and their solutions.
  • File Management: Automatically split files to maintain performance and store data efficiently.

Tools

  1. create_entities

    Create a new entity

  2. create_relations

    Create relationships between entities

  3. add_observations

    Add observations to entities

  4. delete_entities

    Delete entities and their relationships

  5. delete_observations

    Observation of deleting entities

  6. delete_relations

    Delete relationships

  7. read_graph

    Read the entire knowledge graph

  8. search_nodes

    Search for nodes

  9. open_nodes

    Search nodes by name

  10. create_lesson

    Create a new course

  11. find_similar_errors

    Find similar errors

  12. update_lesson_success

    Update course success rate

  13. get_lesson_recommendations

    Get relevant course recommendations