Memory MCP Server
UnclaimedA Model Context Protocol server that provides knowledge graph management capabilities.
Unclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (23)
add_observations
Add new observations to existing entities
contents
(array of strings): The observations to add
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities
delete_entities
Delete multiple entities and their associated relations
delete_observations
Delete specific observations from entities
delete_relations
Delete multiple relations from the knowledge graph
deletions
(array, required): Array of observation deletions
entities
(array, required): Array of entity objects to create
entityName
(string): The name of the entity to add observations to
entityNames
(array, required): Array of entity names to delete
entityType
(string): The type of the entity
from
(string): The name of the entity where the relation starts
name
(string): The name of the entity
names
(array, required): Array of entity names to retrieve
observations
(array of strings): Observations associated with the entity
open_nodes
Open specific nodes in the knowledge graph by their names
query
(string, required): Search query to match against entity names, types, and observations
read_graph
Read the entire knowledge graph
relations
(array, required): Array of relation objects
relationType
(string): The type of the relation (in active voice)
search_nodes
Search for nodes in the knowledge graph based on a query
to
(string): The name of the entity where the relation ends