Memory Module MCP Server
It provides standardized AI tool calls via the MCP protocol, supporting rapid integration of Agent agents.
Go to the CloudBase platform to create an MCP Server via the Memory Module template (https://tcb.cloud.tencent.com/dev#/ai?tab=mcp&mcp-template=cloudbase-ai-base)
🛠️ Tool List
Tool Identifier | Function Description | Typical Application Scenarios |
---|---|---|
create_entities | Create new entities in the knowledge graph | knowledge graph construction, entity management |
create_relations | Create relations between entities | establishing knowledge associations, relationship network construction |
add_observations | Add observations to entities | enriching entity information, recording observation data |
delete_entities | Delete entities and their associated relations | knowledge graph maintenance, data cleanup |
delete_observations | Delete observations from entities | data correction, observation management |
delete_relations | Delete relations between entities | relationship network maintenance, incorrect relation correction |
read_graph | Read the entire knowledge graph | knowledge graph export, global viewing |
search_nodes | Search for nodes and related relations based on conditions | knowledge query, association analysis |
open_nodes | Read specific nodes and their associated relations | targeted knowledge query, node detail viewing |