MCP Server
MCP
CloudBase
CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp
Install
npx -y @cloudbase/[email protected]
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}",
"headers": [
{
"description": "Tencent Cloud SecretId for hosted MCP.",
"isRequired": true,
"isSecret": true,
"name": "X-TencentCloud-SecretId"
},
{
"description": "Tencent Cloud SecretKey for hosted MCP.",
"isRequired": true,
"isSecret": true,
"name": "X-TencentCloud-SecretKey"
}
],
"variables": {
"env_id": {
"description": "CloudBase environment ID",
"isRequired": true,
"format": "string"
}
}
}
],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@cloudbase/cloudbase-mcp",
"version": "2.32.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
}
}
]
}
mcp
model-context-protocol
streamable-http
npm
By
Comments
Sign in to leave a comment