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
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
4.8
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.