mcp-memory

samwang0723/mcp-memory

3.4

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

This project implements a memory system for LLM conversations using Redis Graph for long-term memory storage.

Tools

Functions exposed to the LLM to take actions

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

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources