Connecter 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.
Collez ceci dans Amazon Q Developer
Lisez https://busabase.com/SETUP_SKILL.md et configurez Busabase pour moi. Suivez le guide jusqu'au bout, puis confirmez que la connexion fonctionne.

Donnez cette instruction unique à votre agent
Vous obtenez bien plus qu'un connecteur : la compétence busabase porte tout le flux de demandes de modification, le CLI et l'API complète — disponibles à chaque future session sans rien recoller.
Demande d'abord
Busabase Cloud ou bureau personnel — à vous de choisir, avant que quoi que ce soit ne se passe.
Se connecte
Vous connecte et stocke lui-même l'identifiant. Aucune clé API à copier à la main.
Amorce une Base
Crée et remplit votre première Base, pour que l'espace de travail ne soit pas un écran vide.
Installe les compétences
busabase et busabase-app-creator deviennent permanentes, pour chaque session à venir.
Pour cet 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.
Vous préférez un connecteur ?
Si vous préférez brancher Busabase comme des outils MCP plutôt que de laisser l'agent installer une compétence, utilisez l'URL de serveur ci-dessous.
En un coup d'œil
- Éditeur
- AWS
- Mode de connexion
- Plugin / Compétence · MCP + OAuth
- Transport
- Streamable HTTP
- Authentification
- OAuth (enregistrement dynamique)
- Fichier de configuration
- ~/.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
Pièges connus
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.
Comparaison
Capacités de connexion comparées côte à côte avec les autres agents déjà présents dans cet annuaire.
| Capacité | |||
|---|---|---|---|
| Type | Agents en ligne de commande | Agents en ligne de commande | Éditeurs IA |
| Chemin recommandé | Compétence agent | Compétence agent | Compétence agent |
| Mode de connexion | Plugin / Compétence · MCP + OAuth | MCP + OAuth · Plugin / Compétence | MCP + OAuth · Plugin / Compétence |
| Transport | Streamable HTTP | Streamable HTTP | Streamable HTTP |
| Authentification | OAuth (enregistrement dynamique) | OAuth (enregistrement dynamique) | OAuth (enregistrement dynamique) |
Rédigé à partir de la propre documentation de cet agent. Nous n'avons pas encore rejoué chaque étape sur une machine réelle, donc vérifiez la documentation liée si une commande a changé.
Laissez votre agent faire la configuration
Une seule instruction, un accès révisé, et chaque changement qu'il fait ensuite arrive comme une proposition que vous approuvez.
Parcourir tous les agentsCollez ceci dans Amazon Q Developer
Lisez https://busabase.com/SETUP_SKILL.md et configurez Busabase pour moi. Suivez le guide jusqu'au bout, puis confirmez que la connexion fonctionne.