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

エージェントにこの一言を渡すだけ
コネクタ以上のものが手に入ります。busabase スキルには承認優先のワークフロー、CLI、API 全体が含まれ、以降のセッションでも貼り直し不要です。
まず確認
Busabase Cloud かパーソナルデスクトップか。何かを実行する前にあなたが決めます。
接続
サインインと資格情報の保存まで自動。API キーを手でコピーする必要はありません。
最初の Base を用意
Base を作成してデータを入れるので、開いたときに空の画面になりません。
スキルを常駐化
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
- 接続方法
- プラグイン / Skill · 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/mcpAmazon 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 Developer に貼り付けてください
https://busabase.com/SETUP_SKILL.md を読み、Busabase のセットアップを最後まで進めてください。完了したら接続を確認してください。