返回目錄

cloudbase-ai-toolkit

維護狀態: 活躍

tencentcloudbase/cloudbase-ai-toolkit

騰訊雲開發(CloudBase)為 AI 編碼智慧體提供的後端,通過外掛、技能與 MCP 提供資料庫、鑑權與雲函式能力。

前往 GitHub專案首頁
$ npx plugins add TencentCloudBase/cloudbase-plugin

1,096

星數

138

Fork

TypeScript

語言

MIT

授權條款

2025-05-23

建立於

2026-09-08

最近推送

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

安裝步驟

  1. 01

    Install as a Plugin (when the tool supports it): `npx plugins add TencentCloudBase/cloudbase-plugin`

    $ npx plugins add TencentCloudBase/cloudbase-plugin

  2. 02

    Or install the CloudBase AI CLI: `npm i -g @cloudbase/cli && tcb ai`

    $ npm i -g @cloudbase/cli && tcb ai

  3. 03

    Or configure MCP manually in the IDE config file, e.g. `{"mcpServers":{"cloudbase":{"command":"npx","args":["@cloudbase/cloudbase-mcp@latest"]}}}`

驗證整合成功

作者未說明

03DSH 整合程度與能力邊界

DSH 整合相容

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 toolCloudBase 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 credentials
  • Plugin + Skills one-shot setup

    `npx plugins add TencentCloudBase/cloudbase-plugin` in an Open Plugin Spec toolMCP 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 configuration
  • Database, 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.
2025-05-232026-08-19v2.31.0

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 有免費額度,超過部分依騰訊雲計費。

08資料與來源

  • 自動推斷github.com46855cd6b6e4…

    | Other MCP-capable IDEs | MCP config only (below) |

  • 自動推斷github.com46855cd6b6e4…

    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 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。