Busabase para Amazon Q Developer

Conectar Amazon Q Developer a 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.

Pega esto en Amazon Q Developer

Lee https://busabase.com/SETUP_SKILL.md y configura Busabase por mí. Síguelo hasta el final, y luego confirma que la conexión funciona.

Leer la documentación de Amazon Q Developer
Busabase
Habilidad del agente
La bandeja de revisión de Busabase, mostrando cambios propuestos esperando aprobación

Dale a tu agente esta única instrucción

Terminas con más que un conector: la habilidad busabase lleva todo el flujo de solicitudes de cambio, la CLI y la API completa, disponibles en cualquier sesión futura sin volver a pegar nada.

Pregunta primero

Busabase Cloud o Escritorio personal — tú decides, antes de que pase nada.

Se conecta

Inicia sesión y guarda la credencial él mismo. Ninguna API key que copiar a mano.

Genera una Base

Crea y rellena tu primera Base, así el espacio de trabajo no es una pantalla vacía.

Instala las habilidades

busabase y busabase-app-creator quedan instaladas de forma permanente, para todas las sesiones a partir de esta.

Para este agente

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.

¿Prefieres un conector?

Si prefieres conectar Busabase como herramientas MCP en lugar de dejar que el agente instale una habilidad, usa la URL del servidor de abajo.

De un vistazo

Proveedor
AWS
Cómo se conecta
Complemento / Habilidad · MCP + OAuth
Transporte
HTTP en streaming
Autenticación
OAuth (registro dinámico)
Archivo de configuración
~/.aws/amazonq/cli-agents (IDE: ~/.aws/amazonq/agents/default.json)
Ejecuta esto
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

Problemas conocidos

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.

Cómo se compara

Capacidades de conexión, lado a lado con otros agentes ya presentes en este directorio.

CapacidadAmazon Q DeveloperClaude CodeCursor
TipoAgentes de terminalAgentes de terminalEditores con IA
Camino recomendadoHabilidad del agenteHabilidad del agenteHabilidad del agente
Cómo se conectaComplemento / Habilidad · MCP + OAuthMCP + OAuth · Complemento / HabilidadMCP + OAuth · Complemento / Habilidad
TransporteHTTP en streamingHTTP en streamingHTTP en streaming
AutenticaciónOAuth (registro dinámico)OAuth (registro dinámico)OAuth (registro dinámico)
Estos pasosDe la documentación oficialNo hay fecha de comprobación registrada

Escritos a partir de la propia documentación de este agente. No hemos vuelto a ejecutar cada paso en una máquina real, así que revisa la documentación enlazada si algún comando ha cambiado.

Deja que tu agente haga la configuración

Una sola instrucción, acceso revisado, y cada cambio que haga después llega como una propuesta que tú apruebas.

Ver todos los agentes

Pega esto en Amazon Q Developer

Lee https://busabase.com/SETUP_SKILL.md y configura Busabase por mí. Síguelo hasta el final, y luego confirma que la conexión funciona.