This MCP server implementation provides long-term memory storage for LLM conversations using Redis Graph. It offers tools for creating, retrieving, updating, and deleting memories of various types (conversations, projects, tasks, etc.), as well as establishing relationships between them. Developed by Sam Wang, it's designed for use cases requiring persistent knowledge graphs in AI applications, such as maintaining context across multiple interactions or building complex information networks.
samwang0723