把 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。請照著文件一路做到完成,最後確認連線是否正常運作。

把這一句指令交給你的 Agent
你得到的不只是一個連接器:busabase 技能還帶著完整的變更請求工作流程、CLI 與完整 API —— 之後每一次工作階段都在,不必再重新貼一次。
會先問你
Busabase Cloud 還是個人桌面版 —— 在動手之前,由你決定。
完成連線
幫你登入並自行儲存憑證,不需要手動複製 API 金鑰。
建立一個資料表
建立並填入你的第一個資料表,讓工作區一開始就不是空白畫面。
安裝技能
busabase 與 busabase-app-creator 會永久安裝,之後每一次工作階段都能直接使用。
此 Agent 的注意事項
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.
比較想用連接器?
如果你不想讓 Agent 自行安裝技能,而是想把 Busabase 當作 MCP 工具接進來,可以使用下面這個伺服器網址。
一覽表
- 廠商
- Meta
- 連接方式
- MCP + OAuth · 外掛/技能
- 傳輸方式
- 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.
能力比較
與目錄中其他已收錄的 Agent,並列比較連線能力。
| 能力 | |||
|---|---|---|---|
| 類型 | 終端機 Agent | 終端機 Agent | AI 編輯器 |
| 推薦路徑 | Agent Skill | Agent Skill | Agent Skill |
| 連接方式 | MCP + OAuth · 外掛/技能 | MCP + OAuth · 外掛/技能 | MCP + OAuth · 外掛/技能 |
| 傳輸方式 | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| 驗證方式 | OAuth(動態註冊) | OAuth(動態註冊) | OAuth(動態註冊) |
把這段貼進 Muse Code
請閱讀 https://busabase.com/SETUP_SKILL.md,並幫我設定好 Busabase。請照著文件一路做到完成,最後確認連線是否正常運作。