test
with an MCP server running as a service in that room.mcp-memory-service-test
) and its tools will be live only as long as the room is active.Tools provided by this MCP Server | Short Description |
---|---|
add_observations | Add new observations to existing entities in the knowledge graph |
create_entities | Create multiple new entities in the knowledge graph |
create_relations | Create multiple new relations between entities in the knowledge graph. |
delete_entities | Delete multiple entities and their associated relations from the knowledge graph |
delete_observations | Delete specific observations from entities in the knowledge graph |
delete_relations | Delete multiple relations from the knowledge graph |
open_nodes | Open specific nodes in the knowledge graph by their names |
read_graph | Read the entire knowledge graph |
search_nodes | Search for nodes in the knowledge graph based on a query |
add_observations
Parameters | Type | Description |
---|---|---|
observations | array |
create_entities
Parameters | Type | Description |
---|---|---|
entities | array |
create_relations
Parameters | Type | Description |
---|---|---|
relations | array |
delete_entities
Parameters | Type | Description |
---|---|---|
entityNames | array | An array of entity names to delete |
delete_observations
Parameters | Type | Description |
---|---|---|
deletions | array |
delete_relations
Parameters | Type | Description |
---|---|---|
relations | array | An array of relations to delete |
open_nodes
Parameters | Type | Description |
---|---|---|
names | array | An array of entity names to retrieve |
read_graph
search_nodes
Parameters | Type | Description |
---|---|---|
query | string | The search query to match against entity names, types, and observation content |