Amazon Q Developer를 위한 Busabase

Amazon Q Developer를 Busabase에 연결하기

AWS's generative-AI assistant for building and operating AWS applications — available as a terminal CLI and as an extension for VS Code, JetBrains, Visual Studio and Eclipse.

Amazon Q Developer에 이 내용을 붙여넣으세요

https://busabase.com/SETUP_SKILL.md을 읽고 저를 위해 Busabase를 설정해줘. 끝까지 따라간 다음 연결이 되는지 확인해줘.

Amazon Q Developer 문서 보기
Busabase
Agent Skill
승인을 기다리는 변경 제안이 표시된 Busabase 검토함

에이전트에게 이 지시 한 줄만 주세요

커넥터 그 이상을 얻게 됩니다: busabase 스킬에는 변경 요청 워크플로우 전체와 CLI, 전체 API가 담겨 있어서, 이후 세션에서는 다시 붙여넣을 필요 없이 바로 쓸 수 있습니다.

먼저 물어봄

Busabase Cloud로 할지, 개인용 데스크톱으로 할지 — 시작하기 전에 여러분에게 먼저 묻습니다.

연결

로그인을 진행하고 인증 정보를 알아서 저장합니다. API 키를 직접 복사할 필요가 없습니다.

베이스 생성

첫 번째 베이스를 만들고 데이터를 채워, 워크스페이스가 빈 화면으로 남지 않게 합니다.

스킬 설치

busabase와 busabase-app-creator가 상시 설치되어, 이후 모든 세션에서 바로 쓸 수 있습니다.

이 에이전트 관련 참고 사항

Use the CLI (`q chat`) for the Skill path — it has the shell access the setup document needs. The IDE extension is chat-oriented and better suited to the connector route below.

커넥터 방식을 선호하시나요?

에이전트가 스킬을 설치하게 하는 대신 Busabase를 MCP 도구로 직접 연결하고 싶다면, 아래 서버 URL을 사용하세요.

한눈에 보기

제공사
AWS
연결 방식
플러그인 / 스킬 · MCP + OAuth
전송 방식
Streamable HTTP
인증 방식
OAuth (동적 등록)
설정 파일
~/.aws/amazonq/cli-agents (IDE: ~/.aws/amazonq/agents/default.json)
이 명령어 실행
qchat mcp add --name busabase --url https://busabase.com/api/mcp

Amazon Q Developer has a terminal-based CLI (q chat / qchat), so the Skill path applies — hand it the prompt above.

Prefer a connector?

AWS's docs state that the CLI "supports both local MCP servers (that run as processes) and remote MCP servers (that communicate over HTTP). Remote servers can use OAuth authentication or be open (no authentication required)."

CLI — remote servers are configured in your agent configuration file with the type and url fields:

{
  "mcpServers": {
    "busabase": {
      "type": "http",
      "url": "https://busabase.com/api/mcp"
    }
  }
}

Global CLI agent config lives at ~/.aws/amazonq/cli-agents. Manage servers with qchat mcp add | remove | list | import | status.

For OAuth, AWS documents this flow: start the session with an agent that includes the server (it shows as "not yet loaded"), run /mcp to begin authentication, open the URL it prints while keeping the Q CLI session open, finish in the browser, then return — the server's tools become available once authentication completes.

IDE — global config is ~/.aws/amazonq/agents/default.json. In the UI, select http as the transport protocol, put the server URL in the URL field, and optionally add key-value pairs under Headers. If the endpoint requires authorization, Amazon Q automatically opens a browser page for you to authorize it.

Using MCP with Amazon Q Developer · CLI MCP configuration · IDE MCP configuration

알려진 주의사항

CLI and IDE read different config files (`~/.aws/amazonq/cli-agents` vs `~/.aws/amazonq/agents/default.json`) — configuring one does not configure the other. Remote servers need `"type": "http"` alongside `url`; omitting `type` leaves it treated as a local stdio entry. During OAuth, keep the Q CLI session open while you complete the browser flow, or the handshake will not complete.

다른 에이전트와 비교

이 디렉터리에 등록된 다른 에이전트들과 연결 기능을 나란히 비교해 보세요.

기능Amazon Q DeveloperClaude CodeCursor
유형터미널 에이전트터미널 에이전트AI 에디터
추천 방법Agent SkillAgent SkillAgent Skill
연결 방식플러그인 / 스킬 · MCP + OAuthMCP + OAuth · 플러그인 / 스킬MCP + OAuth · 플러그인 / 스킬
전송 방식Streamable HTTPStreamable HTTPStreamable HTTP
인증 방식OAuth (동적 등록)OAuth (동적 등록)OAuth (동적 등록)
이 안내는공식 문서 기준확인 날짜 기록 없음

이 에이전트의 공식 문서를 바탕으로 작성했습니다. 실제 기기에서 모든 단계를 다시 확인하지는 않았으니, 명령어가 바뀌었을 수 있다면 링크된 문서를 확인해 주세요.

설정은 에이전트에게 맡기세요

지시 한 번이면 검토 가능한 접근 권한이 생기고, 이후 모든 변경은 여러분이 승인해야 하는 제안으로 도착합니다.

전체 에이전트 보기

Amazon Q Developer에 이 내용을 붙여넣으세요

https://busabase.com/SETUP_SKILL.md을 읽고 저를 위해 Busabase를 설정해줘. 끝까지 따라간 다음 연결이 되는지 확인해줘.