Skip to main content

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 IdentifierFunction DescriptionTypical Application Scenarios
create_entitiesCreate new entities in the knowledge graphknowledge graph construction, entity management
create_relationsCreate relations between entitiesestablishing knowledge associations, relationship network construction
add_observationsAdd observations to entitiesenriching entity information, recording observation data
delete_entitiesDelete entities and their associated relationsknowledge graph maintenance, data cleanup
delete_observationsDelete observations from entitiesdata correction, observation management
delete_relationsDelete relations between entitiesrelationship network maintenance, incorrect relation correction
read_graphRead the entire knowledge graphknowledge graph export, global viewing
search_nodesSearch for nodes and related relations based on conditionsknowledge query, association analysis
open_nodesRead specific nodes and their associated relationstargeted knowledge query, node detail viewing

🔌 Usage


CloudBase MCP Console