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

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

3.4

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.

create_entities

Create a new entity

create_relations

Create relationships between entities

add_observations

Add observations to entities

delete_entities

Delete entities and their relationships

delete_observations

Observation of deleting entities

delete_relations

Delete relationships

read_graph

Read the entire knowledge graph

search_nodes

Search for nodes

open_nodes

Search nodes by name

create_lesson

Create a new course

find_similar_errors

Find similar errors

update_lesson_success

Update course success rate

get_lesson_recommendations

Get relevant course recommendations