MIT 授權的騰訊雲 CloudBase 工具包——以外掛 / 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 / 外掛方式——沒有 DeepSeek Harness 原生執行環境。外掛會一併安裝 MCP Server、Agent Skills 與 Hooks;僅用 MCP 時只需在工具中填入一段 JSON 設定。
安裝前需要準備什麼?
Node.js v18.15.0+、一個 CloudBase 環境,以及支援外掛 / 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 個值得優先安裝的外掛,涵蓋各個分類。
