delete_entities
Delete multiple entities and their associated relations
How to use it
delete_entities is exposed by the Memory MCP Server MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the delete_entities tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL MEMORY MCP SERVER LISTINGOther tools in Memory MCP Server (22)
Add new observations to existing entities
(array of strings): The observations to add
Create multiple new entities in the knowledge graph
Create multiple new relations between entities
Delete specific observations from entities
Delete multiple relations from the knowledge graph
(array, required): Array of observation deletions
(array, required): Array of entity objects to create
(string): The name of the entity to add observations to
(array, required): Array of entity names to delete
(string): The type of the entity
(string): The name of the entity where the relation starts
(string): The name of the entity
(array, required): Array of entity names to retrieve
(array of strings): Observations associated with the entity
Open specific nodes in the knowledge graph by their names
(string, required): Search query to match against entity names, types, and observations
Read the entire knowledge graph
(array, required): Array of relation objects
(string): The type of the relation (in active voice)
Search for nodes in the knowledge graph based on a query
(string): The name of the entity where the relation ends