memory

memory

3.5

The Knowledge Graph Memory Server is a custom MCP server implementation designed to provide persistent memory using a local knowledge graph, allowing Claude to remember user information across sessions.

Top Comments

create_entities

Create multiple new entities

create_relations

Create relationships between entities

add_observations

Add observations to existing entities

delete_entities

Delete entities and their relationships

delete_observations

Delete specific observations

delete_relations

Delete a specific relationship

open_nodes

Retrieve nodes by name (support recursion)

search_nodes

Search nodes based on query (support recursion)

get_project_by_hash

Search items by hash

read_graph

Read the entire knowledge graph