WorkBuddy を Busabase に接続する
Tencent's coding assistant: Settings → MCP on personal, Connector Management (MCP OAuth 2.1) on Enterprise.
WorkBuddy に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

エージェントにこの一言を渡すだけ
コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。
まず確認
Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。
接続
サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。
最初の Base を用意
Base を作成してデータを入れるので、開いたときに空の画面になりません。
スキルを常駐化
busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。
コネクタの方がよい場合
スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。
接続の概要
- 提供元
- Tencent
- 接続方法
- MCP + OAuth · プラグイン / Skill
- トランスポート
- Streamable HTTP
- 認証方式
- OAuth(動的登録)
- 設定ファイル
- ~/.workbuddy/mcp.json
Personal WorkBuddy / IDE
- Open Settings → MCP and add an MCP server.
- Name it
busabaseand set the URL tohttps://busabase.com/api/mcp. - Choose OAuth or connect when WorkBuddy detects the protected server.
- Complete Busabase consent and test the connection.
Where file configuration is supported, use ~/.workbuddy/mcp.json globally or <project>/.workbuddy/mcp.json:
{
"mcpServers": {
"busabase": {
"url": "https://busabase.com/api/mcp"
}
}
}
WorkBuddy Enterprise
Open Connector Management, create a connector with authentication type MCP OAuth 2.1, enter the Busabase MCP URL, save, authorize, and run the connector test. Busabase dynamic registration means no client id or secret is normally required.
If your WorkBuddy version or organization policy does not expose MCP OAuth, use the Enterprise Connector, the Busabase Agent Skill, or the API-key fallback below.
既知の注意点
Some versions or org policies do not expose MCP OAuth. Use the Enterprise Connector, the Busabase Agent Skill, or the API-key fallback instead.
WorkBuddy に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。