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 키를 직접 복사할 필요가 없습니다.
베이스 생성
첫 번째 베이스를 만들고 데이터를 채워, 워크스페이스가 빈 화면으로 남지 않게 합니다.
스킬 설치
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 · 플러그인 / 스킬
- 전송 방식
- 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 · 플러그인 / 스킬 | MCP + OAuth · 플러그인 / 스킬 | MCP + OAuth · 플러그인 / 스킬 |
| 전송 방식 | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| 인증 방식 | OAuth (동적 등록) | OAuth (동적 등록) | OAuth (동적 등록) |
Muse Code에 이 내용을 붙여넣으세요
https://busabase.com/SETUP_SKILL.md을 읽고 저를 위해 Busabase를 설정해줘. 끝까지 따라간 다음 연결이 되는지 확인해줘.