mcp-server-memory

jcdiv47/mcp-server-memory

3.1

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

A Python implementation of an MCP server that processes and saves memory in the form of a knowledge graph.

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 entities and their associated relations

delete_observations

Delete specific observations from entities

delete_relations

Delete specific relations from the graph

read_graph

Read the entire knowledge graph

search_nodes

Search for nodes matching a query

open_nodes

Retrieve specific nodes by name

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources