← Back to Plugins
MCP Server MCP

CloudBase

github By github 👁 1 views ▲ 0 votes

CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...