memory-mcp-server

okooo5km/memory-mcp-server

3.6

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

A Model Context Protocol server that provides knowledge graph management capabilities, enabling LLMs to maintain memory across conversations.

Tools

Functions exposed to the LLM to take actions

create_entities

Create multiple new entities in the knowledge graph.

create_relations

Create multiple new relations between entities.

add_observations

Add new observations to existing entities.

delete_entities

Delete multiple entities and their associated relations.

delete_observations

Delete specific observations from entities.

delete_relations

Delete multiple relations from the knowledge graph.

read_graph

Read the entire knowledge graph.

search_nodes

Search for nodes in the knowledge graph based on a query.

open_nodes

Open specific nodes in the knowledge graph by their names.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources