Muse Code を Busabase に接続する
Meta's coding agent for large repos — plans changes, writes code, and validates results, fanning out to parallel sub-agents in isolated worktrees for big jobs. Runs from a CLI, powered by the Muse Spark model.
Muse Code に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。

エージェントにこの一言を渡すだけ
コネクタ以上のものが手に入ります。busabase スキルには変更リクエストのワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。
まず確認
Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。
接続
サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。
最初の Base を用意
Base を作成してデータを入れるので、開いたときに空の画面になりません。
スキルを常駐化
busabase と busabase-app-creator が常駐し、以降のセッションですぐ使えます。
このエージェントでの注意点
Muse Code reads project skills from `.agents/skills/<skill-id>/SKILL.md` — the exact path this repo already uses — and ships `muse skills import --from claude` to pull in Claude-format skills directly. Approve the install script and the browser sign-in prompt; there is no documented command that imports SETUP_SKILL.md specifically, so read it as an instruction rather than expecting a dedicated import step.
コネクタの方がよい場合
スキルを導入させる代わりに Busabase を MCP ツールとして接続したい場合は、以下のサーバー URL を使用してください。
接続の概要
- 提供元
- Meta
- 接続方法
- MCP + OAuth · プラグイン / Skill
- トランスポート
- Streamable HTTP
- 認証方式
- OAuth(動的登録)
- 設定ファイル
- ~/.config/muse/settings.json
curl -fsSL https://dev.meta.ai/install.sh | sh # macOS/Linux
irm https://dev.meta.ai/install.ps1 | iex # WindowsAdd Busabase to ~/.config/muse/settings.json (create the file if it does not exist — Muse Code applies defaults when it is missing):
{
"schema_version": 1,
"mcp_servers": {
"busabase": {
"transport": "streamable_http",
"url": "https://busabase.com/api/mcp"
}
}
}
Run muse mcp login busabase to complete the OAuth 2.1 sign-in in the browser (or headless, for CI). Muse Code registers a dynamic OAuth client automatically — you do not need a static client id or secret. Token storage and refresh are handled for you.
Ask the agent to call auth_verify to confirm the connection.
Muse Code — Extending and automating
既知の注意点
MCP support is not mentioned on the public product pages (ai.meta.com/muse, dev.meta.ai/products/muse-code) — it only surfaces on the docs' Extending page. Muse Code requires signing in (browser login, or META_API_KEY for CI) before it can run at all. Not yet tested by us against a live Busabase server.
接続能力の比較
このディレクトリに登録済みの他のエージェントと接続能力を並べて比較します。
| 項目 | |||
|---|---|---|---|
| タイプ | ターミナルエージェント | ターミナルエージェント | AI エディタ |
| 推奨ルート | Agent Skill | Agent Skill | Agent Skill |
| 接続方法 | MCP + OAuth · プラグイン / Skill | MCP + OAuth · プラグイン / Skill | MCP + OAuth · プラグイン / Skill |
| トランスポート | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| 認証方式 | OAuth(動的登録) | OAuth(動的登録) | OAuth(動的登録) |
Muse Code に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。