memories-with-lessons-mcp-server

memories-with-lessons-mcp-server

43

The Knowledge Graph Memory Server is a tool for implementing persistent memory using a knowledge graph. It helps in storing and retrieving user information across sessions, and capturing and learning from errors.

What is the purpose of the Knowledge Graph Memory Server?

The server is designed to provide persistent memory for AI models, allowing them to remember user information and learn from past interactions and errors.

How does the lesson system work?

The lesson system captures errors and their solutions, tracks success rates, and provides recommendations based on context and past success.

Can I customize the memory storage path?

Yes, you can customize the memory storage path using the MEMORY_FILE_PATH environment variable in the server configuration.

What file types does the server manage?

The server manages two types of files: memory.json for basic entities and relations, and lesson.json for lesson entities with error patterns.

Is the server compatible with Docker?

Yes, the server can be set up and run using Docker, as detailed in the usage instructions.