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 審核收件匣,顯示等待核准的變更提案

把這一句指令交給你的 Agent

你得到的不只是一個連接器:busabase 技能還帶著完整的變更請求工作流程、CLI 與完整 API —— 之後每一次工作階段都在,不必再重新貼一次。

會先問你

Busabase Cloud 還是個人桌面版 —— 在動手之前,由你決定。

完成連線

幫你登入並自行儲存憑證,不需要手動複製 API 金鑰。

建立一個資料表

建立並填入你的第一個資料表,讓工作區一開始就不是空白畫面。

安裝技能

busabase 與 busabase-app-creator 會永久安裝,之後每一次工作階段都能直接使用。

此 Agent 的注意事項

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.

比較想用連接器?

如果你不想讓 Agent 自行安裝技能,而是想把 Busabase 當作 MCP 工具接進來,可以使用下面這個伺服器網址。

一覽表

廠商
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.

能力比較

與目錄中其他已收錄的 Agent,並列比較連線能力。

能力Amazon Q DeveloperClaude CodeCursor
類型終端機 Agent終端機 AgentAI 編輯器
推薦路徑Agent SkillAgent SkillAgent Skill
連接方式外掛/技能 · MCP + OAuthMCP + OAuth · 外掛/技能MCP + OAuth · 外掛/技能
傳輸方式Streamable HTTPStreamable HTTPStreamable HTTP
驗證方式OAuth(動態註冊)OAuth(動態註冊)OAuth(動態註冊)
這些步驟取自官方文件未記錄確認日期

依據該 Agent 自身的官方文件整理而成。我們尚未在實機上逐一重新驗證,若指令有變動,請以連結中的官方文件為準。

讓你的 Agent 自己完成設定

一句指令、一次經過審核的存取權限,此後它做的每一項變更,都會以提案的形式等你核准。

瀏覽所有 Agent

把這段貼進 Amazon Q Developer

請閱讀 https://busabase.com/SETUP_SKILL.md,並幫我設定好 Busabase。請照著文件一路做到完成,最後確認連線是否正常運作。