Cloud Base MCP Server

AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 1,074 · #98 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Cloud Base

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add tencentcloudbase-cloudbase-ai-toolkit --transport http https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "tencentcloudbase-cloudbase-ai-toolkit": {
      "url": "https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}

transport: streamable-http

endpoint responds (non-MCP reply - review) · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to tcb-api.cloud.tencent.com

license MIT - declared in the repository

npm package @cloudbase/cloudbase-mcp - the @cloudbase scope differs from the repo owner (tencentcloudbase); confirm it's the project's official package

registry namespace io.github.TencentCloudBase is GitHub-verified and matches the repo owner

03 · What Cloud Base can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.32.0 · 2026-08-24

CloudBase MCP v2.32.0 · 新功能 · 小程序消息推送 · 新增 queryMessagePush / manageMessagePush,可批量管理事件类与消息类型(text/image 等)订阅 · 订阅默认覆盖虚拟支付相关事件,支持声明式幂等合并、乐观锁冲突重试,以及可选 appid 多会话透传 · 配套补充消息推送 / 客服自动回复 skill 参考,并完成 miniprogram-development…

v2.31.0 · 2026-08-20

CloudBase MCP v2.31.0 · 问题修复 · 云托管 getDeployLog CODING 改写 · queryCloudRun(getDeployLog)(DescribeCloudRunBuildLog)遇腾讯云账号未开通 CODING 用户、或镜像部署无云端构建(BuildId=0)时,不再暴露原始英文报错 · 自动改写为 getProcessLog / getDeployRecords 的…

v2.30.1 · 2026-08-20

CloudBase MCP v2.30.1 · 其他改进 · Kimi 插件 · 插件 zip 改为自包含结构:顶层仅保留 kimi.plugin.json 与 skills/cloudbase/,28 个兄弟 skills 在打包时组装进 skills/cloudbase/references/ · 压缩包内容与 manifest…

04 · Who maintains Cloud Base

CloudBase is maintained by tencentcloudbase. It's the only MCP server we track from this author; the repo dates to May 2025.

05 · Facts

category
database - ranked #98 of 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-24)
registry
io.github.TencentCloudBase/cloudbase-mcp (active, first published 2026-08-17 · 8 versions)
packages
npm:@cloudbase/cloudbase-mcp

06 · Cloud Base FAQ

What is Cloud Base?

AI writes the code. CloudBase runs the backend. The CloudBase integration layer for AI coding tools: Plugin installs the stack, Skills steer how code is written, MCP operates databases, functions, storage, and deploys from chat.

Is Cloud Base still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Cloud Base?

Run `npx -y @cloudbase/cloudbase-mcp`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Cloud Base run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Cloud Base

More database MCP servers · Tiger MCP · SQL Sentinel MCP Server · Trino · Patents MCP · Type DB

More TypeScript MCP servers · Terminal49 · Tessera MCP Server · Testdino MCP · Vidin · Vidlens MCP · see all