
CloudBase AI Toolkit
by tencentcloudbase
Connect AI coding agents to Tencent CloudBase for managed database, auth, functions, and hosting.
What it does
The CloudBase AI Toolkit provides a comprehensive integration layer that connects AI coding agents to Tencent CloudBase, an AI-native all-in-one backend. It allows AI agents to manage PostgreSQL and document databases, handle authentication and permissions, deploy cloud functions, and manage hosting directly from a conversation.
Tools
- Login: Authenticate and connect to a CloudBase environment.
- Database Management: Query and modify data, manage schemas, and set security rules for PostgreSQL/NoSQL.
- Compute Control: Author, deploy, invoke, and debug cloud functions and Cloud Run services.
- Auth & Storage: Configure login methods and manage object storage permissions.
- Release Ops: Inspect logs, manage static hosting, and publish Mini Programs.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["@cloudbase/cloudbase-mcp@latest"]
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, WindSurf, CodeBuddy, ZCode, Cline, GitHub Copilot, Trae, Tongyi Lingma, RooCode, Baidu Comate, Augment Code, Claude Code, Gemini CLI, Codex CLI, OpenCode, and Qwen Code.
Quick install
npx @cloudbase/cloudbase-mcp@latestInformation
- Pricing
- freemium
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Codex
Add to AGENTS.md or mcp config entryCursor
Add to .cursor/mcp.json: { "mcpServers": { "cloudbase": { "command": "npx", "args": ["@cloudbase/cloudbase-mcp@latest"] } } }Windsurf
Add to mcp_config.json: { "mcpServers": { "cloudbase": { "command": "npx", "args": ["@cloudbase/cloudbase-mcp@latest"] } } }Gemini CLI
Add to settings.json mcpServers entryClaude Desktop
{
"mcpServers": {
"cloudbase": {
"command": "npx",
"args": ["@cloudbase/cloudbase-mcp@latest"]
}
}
}





