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
インストール手順
- 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 では 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 の課金対象となります。
07関連する DSH ワークフロー
ruflo
by ruvnet
元祖エージェントメタハーネス。知能マルチプレイヤー・スウォームの展開、自律ワークフロー連携、対話型AIシステムの構築に対応。適応メモリ、自己学習、RAG統合、Claude Code/Codex/Hermesネイティブ連携を備える。
reactive-resume
by amruthpillai
プライバシーに配慮した無料のオープンソース履歴書ビルダー
everos
by evermind-ai
すべての AI エージェント向けポータブルメモリ層。ローカルファースト、Markdown ネイティブ、ユーザー所有、アプリ横断で自己進化
yao
by 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。誤りを見つけた場合は、修正を送信してください。
dsh プラグイン おすすめ
最初に入れたい 12 のプラグイン。全カタログ・全カテゴリから厳選しました。
