Busabase für Amazon Q Developer

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.

Amazon Q Developer-Dokumentation lesen
Busabase
Agent Skill
Der Busabase-Prüfposteingang mit vorgeschlagenen Änderungen, die auf Genehmigung warten

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)
Führen Sie dies aus
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

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ähigkeitAmazon Q DeveloperClaude CodeCursor
TypTerminal-AgentsTerminal-AgentsKI-Editoren
Empfohlener WegAgent SkillAgent SkillAgent Skill
Wie die Verbindung funktioniertPlugin / Skill · MCP + OAuthMCP + OAuth · Plugin / SkillMCP + OAuth · Plugin / Skill
TransportStreamable HTTPStreamable HTTPStreamable HTTP
AuthentifizierungOAuth (dynamische Registrierung)OAuth (dynamische Registrierung)OAuth (dynamische Registrierung)
Diese SchritteAus der offiziellen DokumentationKein Prüfdatum erfasst

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 durchsuchen

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.