MIT 协议的腾讯云 CloudBase 工具包——以 Plugin / Skills / MCP 让 AI 编程工具在对话中管理数据库、函数、鉴权与部署;经标准 MCP 配置接入 DSH(README 未明确提及 DeepSeek Harness)。
DSH 适配
兼容
自动推断
安全审计
未审计
最后核验
2026-08-21
许可证
MIT
01它能帮你完成什么?
Build and ship backend resources — database, auth, functions, hosting — from an AI coding conversation
CloudBase resources created in your own environment: PostgreSQL / document DB data models and CRUD, cloud functions / Cloud Run, auth and storage, static hosting / Mini Program releases
Developers using MCP-capable AI coding tools who want Tencent CloudBase backend work done in chat instead of the cloud console
Operate and debug a live CloudBase backend without leaving the agent conversation
Login, data queries and changes, cloud function and hosting management, and log inspection executed through the MCP server
Operators and indie builders maintaining CloudBase apps who want data CRUD, deploys and log reads handled by the agent
02如何接入 DeepSeek Harness?
前置条件
- Node.js v18.15.0+
- A CloudBase environment
- An AI tool that supports Plugin / Skills / MCP
安装步骤
- 01
Install as a Plugin (when the tool supports it): `npx plugins add TencentCloudBase/cloudbase-plugin`
$ npx plugins add TencentCloudBase/cloudbase-plugin
- 02
Or install the CloudBase AI CLI: `npm i -g @cloudbase/cli && tcb ai`
$ npm i -g @cloudbase/cli && tcb ai
- 03
Or configure MCP manually in the IDE config file, e.g. `{"mcpServers":{"cloudbase":{"command":"npx","args":["@cloudbase/cloudbase-mcp@latest"]}}}`
验证接入成功
作者未说明
03DSH 适配与能力边界
README does not mention DeepSeek Harness explicitly; usable from DSH through the generic MCP server (`npx @cloudbase/cloudbase-mcp@latest`) or the Open Plugin Spec plugin — inferred from the 'any MCP-capable tool' instructions, not officially documented for DSH
MCP-driven backend operations
natural-language requests in any MCP-capable AI tool→CloudBase login, data query and changes, cloud function and hosting management, log reading — all from the conversation
Writes to live CloudBase resources (data, functions, hosting) in your environmentRequires CloudBase login credentialsPlugin + Skills one-shot setup
`npx plugins add TencentCloudBase/cloudbase-plugin` in an Open Plugin Spec tool→MCP Server, Agent Skills and Hooks installed together — scenario skills for Web / Mini Program / database / auth / functions
Installs MCP Server, Skills and Hooks assets into your AI tool's configurationDatabase, compute, auth and release coverage
backend requirements described in chat (models, functions, login methods, releases)→PostgreSQL / document DB models and CRUD with security rules; cloud functions / Cloud Run authoring, deploy, invoke, debug; auth and object storage; static hosting / Mini Program publish with logs and redeploy
Deploys code and publishes apps to your CloudBase environmentCloudBase usage beyond free quotas is billed
04适合谁?何时不该用?
适合
- Developers using MCP-capable AI coding tools who want Tencent CloudBase backend work done in chat instead of the cloud console
- Operators and indie builders maintaining CloudBase apps who want data CRUD, deploys and log reads handled by the agent
不适合
- Requires your own CloudBase environment, and sensitive actions proposed by the AI must be confirmed manually — the Toolkit provides capability and path, not judgment.
- The README does not document DeepSeek Harness setup; using it from DSH follows the generic 'Other MCP-capable IDEs' MCP-config path and is not officially verified.
05兼容性、维护与安全提示
- Requires your own CloudBase environment, and sensitive actions proposed by the AI must be confirmed manually — the Toolkit provides capability and path, not judgment.
- The Toolkit itself is MIT open source, but CloudBase has free quotas only — usage beyond that is billed by Tencent Cloud.
- The README does not document DeepSeek Harness setup; using it from DSH follows the generic 'Other MCP-capable IDEs' MCP-config path and is not officially verified.
MIT · actively maintained (latest release v2.31.0, 2026-08-20)
06常见问题
CloudBase AI Toolkit 如何接入 DeepSeek Harness?
README 没有专门说明 DeepSeek Harness。由于该工具包支持任何能配置 MCP Server 的工具,可以在 DSH 中配置 MCP 服务器(command 为 `npx`,args 为 `@cloudbase/cloudbase-mcp@latest`),或在 DSH 支持时安装 Open Plugin Spec 插件 `TencentCloudBase/cloudbase-plugin`。此接入方式由通用 MCP 说明推断而来,并非官方验证。
是原生集成还是 MCP?
MCP / Plugin 方式——没有 DeepSeek Harness 原生运行时。Plugin 会一起安装 MCP Server、Agent Skills 和 Hooks;只用 MCP 时只需在工具里写一段 JSON 配置。
安装前需要准备什么?
Node.js v18.15.0+、一个 CloudBase 环境,以及支持 Plugin / Skills / MCP 的 AI 工具。
我的代码和数据会到哪里?
部署目标是你的自有 CloudBase 环境。本地模式下 MCP 在本机运行,部署前代码不会离开本机;云端流量走 HTTPS。
收费吗?
Toolkit(含 MCP)为 MIT 开源,免费使用;CloudBase 有免费额度,超出部分按腾讯云计费。
07相关的 DSH 工作流
ruflo
作者 ruvnet
原版智能体元框架(meta-harness):支持多智能体集群部署、自主工作流编排与对话式 AI 系统构建,内置自适应记忆、自学习智能与 RAG 检索,原生集成 Claude Code / Codex / Hermes 等大量工具。
reactive-resume
作者 amruthpillai
注重隐私的开源简历生成器,安全、可定制、可移植,永久免费,支持自托管。
everos
作者 evermind-ai
为所有 AI 智能体提供的便携统一记忆层,本地优先、Markdown 原生、数据归用户所有,跨应用与工作流自进化。
yao
作者 yaoapp
在桌面、移动端、浏览器或 API 上统一管理你的智能体与工作区,看板式任务追踪,支持自托管。
08数据与来源
| Other MCP-capable IDEs | MCP config only (below) |
Yes. Any tool that can configure an MCP Server or install the matching Plugin / Skills works—including Claude Code, Gemi…
页面基于项目公开文档、仓库元数据和 DSH Plugins 的结构化解析生成;最后核验于 2026-08-21。发现错误?提交更正。
最佳 DeepSeek Harness 插件
从全目录挑出的 12 个值得优先安装的插件,覆盖各个分类。
