
CloudBase-AI-Toolkit
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.25.x (2026-07)
- CloudRun / Gateway: VPC guidance when using TCP databases; Domain/Route with
upstreamResourceTypeand path transmission - CloudRun / Gateway: preserve remote VPC & env config on redeploy; prefer custom-domain access URLs after deploy
- Plugin: easier install via Open Plugin / marketplace packaging
- Env / Database: clearer billing summary when creating an env; SDK-first guidance instead of raw TCP database info
- Auth / Database: fix createApiKey false success; fail closed when a PG migration does not land
- Gateway / Auth: query and switch HTTP gateway master switch & access auth (
getPrivilege/enableService/authSwitch); SMS login works out of the box via the default channel - PG Migration: applyMigration now hydrates remote migration history and polls DescribeTaskResult, fixing silently failing async migration tasks (#857, #859)
- PG Migration: prefer local migration tree and native manager-node migration APIs for more reliable applyMigration; Functions:
func.nameaccepted as functionName fallback
[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:
| Piece | Role |
|---|---|
| Plugin | Installs MCP Server, Agent Skills, and Hooks together—less per-IDE wiring |
| Agent Skills | Scenario skills (Web / Mini Program / database / auth / functions, etc.) toward workable CloudBase practice |
| MCP | Login, query and change data, manage functions and hosting, read logs—from the conversation |
This repository ships the npm package @cloudbase/cloudbase-mcp, Skills, and AI plugins.
You still need your own CloudBase environment, and you should confirm sensitive actions the AI proposes. The Toolkit provides capability and path—not judgment.
Related repositories
Publishing and sync repos live under TencentCloudBase. Directly related to this Toolkit:
Related servers

n8n
Updated todayby n8n-io
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

mcp-server-git
OfficialUpdated todayA Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs

mcp-server-fetch
OfficialUpdated todayA Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs