Muse Code のための Busabase

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 のセットアップを最後まで進めてください。完了したら接続を確認してください。

Muse Code の公式ドキュメントを読む
Busabase
Agent Skill
承認待ちの変更提案が並ぶ 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        # Windows

Add 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.

接続能力の比較

このディレクトリに登録済みの他のエージェントと接続能力を並べて比較します。

項目Muse CodeClaude CodeCursor
タイプターミナルエージェントターミナルエージェントAI エディタ
推奨ルートAgent SkillAgent SkillAgent Skill
接続方法MCP + OAuth · プラグイン / SkillMCP + OAuth · プラグイン / SkillMCP + OAuth · プラグイン / Skill
トランスポートStreamable HTTPStreamable HTTPStreamable HTTP
認証方式OAuth(動的登録)OAuth(動的登録)OAuth(動的登録)
この手順公式ドキュメント準拠確認日は未記録

そのエージェントの公式ドキュメントに基づいて作成しています。実機での再実行は行っていないため、コマンドが変わっている場合はリンク先の公式ドキュメントを確認してください。

セットアップはエージェントに任せる

一言の指示と一度の認可だけ。その後の変更はすべて、あなたが承認する提案として届きます。

すべてのエージェントを見る

Muse Code に貼り付けてください

https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。