ディレクトリに戻る

cloudbase-ai-toolkit

メンテナンス: 活発

tencentcloudbase/cloudbase-ai-toolkit

CloudBase上のAIコーディングエージェント向けバックエンド。データベース・認証・関数をプラグイン・スキル・MCP経由で利用可能にする。

GitHub で見るホームページ
$ npx plugins add TencentCloudBase/cloudbase-plugin

1,096

スター

138

フォーク

TypeScript

言語

MIT

ライセンス

2025-05-23

作成日

2026-09-08

最終プッシュ

MIT ライセンスの Tencent CloudBase ツールキット。Plugin / Skills / MCP によりデータベース・関数・認証・デプロイをチャットで管理。DSH へは標準 MCP 設定で接続(DeepSeek Harness は README 未明記)。

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

02DeepSeek 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 では command を `npx`、args を `@cloudbase/cloudbase-mcp@latest` とした MCP サーバー設定を行うか、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 には無料枠があり、超過分は Tencent Cloud の課金対象となります。

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。誤りを見つけた場合は、修正を送信してください。

🏆

dsh プラグイン おすすめ

最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。

DSH Plugins は DeepSeek Harness プラグインの独立したコミュニティ ディレクトリです。DeepSeek との提携・公認はありません。サードパーティ製プラグインはセキュリティ監査を受けていません。インストール前にソースコードをご確認ください。

DeepSeek Harnessの新着プラグインを毎週お届け。スパムはありません。