libregistry
Registry
Models
Docker
IAM
MCP
Docs
Sign in with Google
MCP Servers
/
database
/ Memory
Memory
JSON →
http
none
★ 86,388
database
Knowledge graph-based persistent memory system
github ↗
Install
How to run this server
No install command recorded.
server path:
memory
Tools
What this server exposes
create_entities
Create multiple new entities in the knowledge graph. Ignores entities with existing names.
create_relations
Create multiple new relations between entities. Skips duplicate relations.
add_observations
Add new observations to existing entities. Fails if entity doesn't exist.
delete_entities
Remove entities and their relations with cascading deletion. Silent operation if entity doesn't exist.
delete_observations
Remove specific observations from entities. Silent operation if observation doesn't exist.
delete_relations
Remove specific relations from the graph. Silent operation if relation doesn't exist.
read_graph
Read the entire knowledge graph. Returns complete graph structure with all entities and relations.
search_nodes
Search for nodes based on query across entity names, entity types, and observation content. Returns matching entities and their relations.
open_nodes
Retrieve specific nodes by name. Returns requested entities and relations between them. Silently skips non-existent nodes.
Configuration
Environment & auth
auth
none
Resources
github
https://github.com/modelcontextprotocol/servers/tree/main/src/memory ↗
Memory — MCP Server · libregistry