Mmcp.market

CloudBase MCP server

by TencentCloudBase·io.github.TencentCloudBase/cloudbase-mcp·v2.34.5

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

A93/100grade A
What users say
No reviews yet
Be the first
Safety scan
A93/100

not scanned yet

Adoption
Widely used

1.1k stars30k downloads/wk

Reviews

Write one

Nobody has reviewed CloudBase yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

CloudBase tools

Tool list not cached yet. `describe` through the gateway fetches it live.

Not scanned yet. New registry listings are scanned within a day of import.

What the publisher says

From the CloudBase repository's README, as published. We do not edit it. Read it on GitHub

CloudBase AI Toolkit

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.

English · 简体中文 · [Docs][docs] · [Changelog][changelog] · [Issues][github-issues-link]

[![][npm-version-shield]][npm-link] [![][npm-downloads-shield]][npm-link] [![][github-stars-shield]][github-stars-link] [![][github-forks-shield]][github-forks-link] [![][github-issues-shield]][github-issues-link] ![][github-license-shield] ![][github-contributors-shield] [![][cnb-shield]][cnb-link] [![][deepwiki-shield]][deepwiki-link]

Recent updates

v2.34.x (2026-09)

  • i18n / IDE: full tool-copy localization with an instance-level lang, plus auth site / region params so international-site login and region routing resolve correctly
  • Cloud API: callCloudApi service allowlist widened to 57 with built-in version mapping (multi-version services such as tke / mongodb / vod require an explicit version)
  • Deploy / Env: new appBuild tool with hosting build neutralization; queryEnv reports the region actually applied and domains honors a passed envId
  • Skills / Docs: skill fallback reads now point at the official distribution repo with a references address list; SDK-first database decision gate for cloudrun; site doc links moved to the current Markdown addresses; post-deployment share offered after delivery in the expert packs and the deploy skills (opt-in, redacted, at most once)
  • Deploy / Apps: the cloud upload channel now completes end to end (deployApp accepts the timestamp getUploadUrl returns, getBuildLog accepts the build ID a deploy returns), and gateway route creation verifies the upstream exists before writing
  • Skills / Context: new PostgreSQL access-pattern best-practices skill (batching, indexes, RLS role gating, launch capacity); searchKnowledgeBase's inline skill / OpenAPI catalogs now load on demand, cutting the 43-tool surface by 9.1% on every tools/list
  • Runtime / Hosting: CloudRun Function mode must not bind PORT (the function framework does) and gets a credential decision gate naming CLOUDBASE_APIKEY; hosting paths and prefixes are normalized so a leading slash can no longer read as an empty directory
  • Connectors: the international-site WorkBuddy connector (cloudbase-intl) is built from the same config/source/** corpus as the domestic one — remote streamableHttp with standard MCP OAuth instead of local stdio, with China-site hosts rewritten to their international equivalents

v2.33.x (2026-09)

  • Functions / Apps: custom container-image deploy for cloud functions with async status query; cloud upload channel (getUploadUrl + deployApp cosTimestamp)
  • Env binding: cloudbaserc.json as field-level fallback for envId / region / site (literal + {{env.KEY}})
  • Errors / Skills: centralized error guidance by structured Code; virtual-pay reference; CodeBuddy IDE MCP upgrade skill; WorkBuddy experts
  • Cloud API / Deploy: callCloudApi opens monitor & postgres services; declarative deploy with deployPlan / deployApply; cloud-api-operations skill

[Releases][changelog] · [Star][github-stars-link] · Watch → Releases

What it is

AI IDEs (Cursor, Claude Code, Codex, CodeBuddy, and others) are strong at generating code. What usually blocks you is the backend: schemas, permissions, functions, storage, environments, and release.

CloudBase is Tencent Cloud’s AI-native all-in-one backend (database, storage, auth, cloud functions, Cloud Run, and more). This repo is the Toolkit that connects that backend to AI tools:

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add --transport http cloudbase-mcp https://tcb-api.cloud.tencent.com/mcp/v1?env_id={env_id}
Add to Cursor

CloudBase: common questions

Is CloudBase MCP server safe?
Yes, by our scan: it is graded A (93/100). Read the CloudBase safety report
How do I install CloudBase?
It runs remotely at tcb-api.cloud.tencent.com. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
Does CloudBase need an API key?
Yes. The registry entry asks for X-TencentCloud-SecretId, X-TencentCloud-SecretKey.
Is CloudBase maintained?
The last commit was in the last day (2026-09-19). The latest release is v2.34.5.

More from TencentCloudBase