Home › Cloud & Monitoring › CloudBase
CloudBase
CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp
Topics: Cloud Platforms
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Remote (streamable-http)
https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}
Claude Code:
claude mcp add --transport http cloudbase-ai-toolkit https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id} --header "X-TencentCloud-SecretId: <YOUR_VALUE>" --header "X-TencentCloud-SecretKey: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"cloudbase-ai-toolkit": {
"url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}",
"headers": {
"X-TencentCloud-SecretId": "<YOUR_VALUE>",
"X-TencentCloud-SecretKey": "<YOUR_VALUE>"
}
}
}
}
X-TencentCloud-SecretIdsecret — Tencent Cloud SecretId for the China site. Optional: interactive clients can authorize via OAuth instead of static credentials.X-TencentCloud-SecretKeysecret — Tencent Cloud SecretKey for the China site. Optional: interactive clients can authorize via OAuth instead of static credentials.
Remote (streamable-http)
https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id}
Claude Code:
claude mcp add --transport http cloudbase-ai-toolkit https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id} --header "X-TencentCloud-SecretId: <YOUR_VALUE>" --header "X-TencentCloud-SecretKey: <YOUR_VALUE>"
Or add to your MCP client config:
{
"mcpServers": {
"cloudbase-ai-toolkit": {
"url": "https://tcb-api.tencentcloud.com/mcp/v1?env_id={env_id}",
"headers": {
"X-TencentCloud-SecretId": "<YOUR_VALUE>",
"X-TencentCloud-SecretKey": "<YOUR_VALUE>"
}
}
}
}
X-TencentCloud-SecretIdsecret — Tencent Cloud SecretId for the international site. Optional: interactive clients can authorize via OAuth instead of static credentials.X-TencentCloud-SecretKeysecret — Tencent Cloud SecretKey for the international site. Optional: interactive clients can authorize via OAuth instead of static credentials.
Package (npm 2.34.6)
npx -y @cloudbase/cloudbase-mcp@2.34.6
Or add to your MCP client config:
{
"mcpServers": {
"cloudbase-ai-toolkit": {
"command": "npx",
"args": [
"-y",
"@cloudbase/cloudbase-mcp@2.34.6"
]
}
}
}
Related servers
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry