Amazon Q Developer mit Busabase verbinden
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.
Fügen Sie dies in Amazon Q Developer ein
Lies https://busabase.com/SETUP_SKILL.md und richte Busabase für mich ein. Führe alle Schritte bis zum Ende aus und bestätige anschließend, dass die Verbindung funktioniert.

Geben Sie Ihrem Agent diese eine Anweisung
Sie bekommen mehr als nur einen Connector: Der busabase-Skill enthält den gesamten Änderungsanfrage-Workflow, die CLI und die vollständige API — verfügbar in jeder zukünftigen Sitzung, ohne dass Sie etwas erneut einfügen müssen.
Fragt zuerst nach
Busabase Cloud oder persönliches Desktop — Ihre Entscheidung, bevor irgendetwas passiert.
Verbindet sich
Meldet Sie an und speichert die Zugangsdaten selbst. Kein API-Schlüssel zum manuellen Kopieren.
Befüllt eine Base
Erstellt und befüllt Ihre erste Base, damit der Arbeitsbereich nicht leer ist.
Installiert die Skills
busabase und busabase-app-creator bleiben dauerhaft installiert, für jede Sitzung danach.
Für diesen 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.
Lieber einen Connector?
Wenn Sie Busabase lieber als MCP-Tools einbinden möchten, statt den Agent einen Skill installieren zu lassen, nutzen Sie die untenstehende Server-URL.
Auf einen Blick
- Anbieter
- AWS
- Wie die Verbindung funktioniert
- Plugin / Skill · MCP + OAuth
- Transport
- Streamable HTTP
- Authentifizierung
- OAuth (dynamische Registrierung)
- Konfigurationsdatei
- ~/.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
Bekannte Stolperfallen
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.
Im Vergleich
Verbindungsfähigkeiten im direkten Vergleich mit anderen Agents in diesem Verzeichnis.
| Fähigkeit | |||
|---|---|---|---|
| Typ | Terminal-Agents | Terminal-Agents | KI-Editoren |
| Empfohlener Weg | Agent Skill | Agent Skill | Agent Skill |
| Wie die Verbindung funktioniert | Plugin / Skill · MCP + OAuth | MCP + OAuth · Plugin / Skill | MCP + OAuth · Plugin / Skill |
| Transport | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| Authentifizierung | OAuth (dynamische Registrierung) | OAuth (dynamische Registrierung) | OAuth (dynamische Registrierung) |
Basierend auf der offiziellen Dokumentation dieses Agents verfasst. Wir haben nicht jeden Schritt auf einer echten Maschine erneut durchgeführt — prüfen Sie die verlinkte Dokumentation, falls sich ein Befehl geändert hat.
Lassen Sie Ihren Agent die Einrichtung übernehmen
Eine Anweisung, geprüfter Zugriff, und jede spätere Änderung kommt als Vorschlag an, den Sie genehmigen.
Alle Agents durchsuchenFügen Sie dies in Amazon Q Developer ein
Lies https://busabase.com/SETUP_SKILL.md und richte Busabase für mich ein. Führe alle Schritte bis zum Ende aus und bestätige anschließend, dass die Verbindung funktioniert.