htooayelwinict/memory
If you are the rightful owner of 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.
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.
Tools
Functions exposed to the LLM to take actions
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
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client