memories-with-lessons-mcp-server

memories-with-lessons-mcp-server

3.5

If you are the rightful owner of 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.

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 persistent memory capabilities using a local knowledge graph. It enables the storage and retrieval of user information across different chat sessions, allowing for a more personalized interaction experience. The server also incorporates a lesson system that helps in learning from past errors by capturing error patterns and their solutions. This system is particularly useful for maintaining a history of interactions and improving the accuracy of responses over time. The server supports various operations such as creating entities, relations, and observations, as well as managing lessons related to errors and their solutions. It is equipped with tools for searching and retrieving information from the knowledge graph, making it a versatile solution for applications requiring memory persistence and error management.

Features

  • Persistent memory using a local knowledge graph
  • Lesson system for learning from past errors
  • Entity and relation management
  • Observation and lesson management
  • File management for memory and lesson data

Tools

  1. create_entities

    Create a new entity

  2. create_relations

    Create inter-entity relationships

  3. add_observations

    Add observation information to the entity

  4. delete_entities

    Delete entities and their relationships

  5. delete_observations

    Delete specific observation information

  6. delete_relations

    Delete a specific relationship

  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 course recommendations