mcp-memory

mcp-memory

2

This project is a memory system designed for storing and retrieving information from LLM conversations using Redis Graph. It allows users to create, search, and manage memories as well as establish relationships between them to form a knowledge graph.

create_memory

Create a new memory

retrieve_memory

Retrieve memory by ID

search_memories

Search memory by type or keyword

update_memory

Update existing memory

delete_memory

Delete memory

create_relation

Create relationships between memories

get_related_memories

Obtain memories related to specific memories