Goose を Busabase に接続する
Block's open-source terminal agent, where MCP servers are called "extensions".
Goose に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

エージェントにこの一言を渡すだけ
コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。
まず確認
Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。
接続
サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。
最初の Base を用意
Base を作成してデータを入れるので、開いたときに空の画面になりません。
スキルを常駐化
busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。
コネクタの方がよい場合
スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。
接続の概要
- 提供元
- Block
- 接続方法
- MCP + API キー · プラグイン / Skill
- トランスポート
- Streamable HTTP
- 認証方式
- API キー
- 設定ファイル
- ~/.config/goose/config.yaml
goose configure
# → Add Extension → Remote Extension (Streamable HTTP)
# → name: busabase
# → URI: https://busabase.com/api/mcpRun the interactive configurator:
goose configure
Choose Add Extension → Remote Extension (Streamable HTTP), name it busabase, and paste https://busabase.com/api/mcp as the URI.
This writes into ~/.config/goose/config.yaml (Windows: %APPDATA%\Block\goose\config\config.yaml) with type: streamable_http and a uri field. Add an Authorization: Bearer <key> header there if your instance needs one, then ask Goose to call auth_verify.
既知の注意点
Goose is the odd one out on naming: the field is `uri`, not `url`, and the transport is `streamable_http` with an underscore. Copying another client's snippet verbatim will not work.
Goose に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。