返回目录

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 工具包——以 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

安装步骤

  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 / 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 有免费额度,超出部分按腾讯云计费。

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 插件,绝不滥发。