Busabase para Amazon Q Developer

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

Cole isto no Amazon Q Developer

Leia https://busabase.com/SETUP_SKILL.md e configure o Busabase para mim. Siga até o fim e depois confirme que a conexão funciona.

Ler a documentação do Amazon Q Developer
Busabase
Agent Skill
A caixa de entrada de revisão do Busabase, mostrando mudanças propostas aguardando aprovação

Dê ao seu agente esta única instrução

Você acaba com mais do que um conector: a skill busabase carrega todo o fluxo de change request, o CLI e a API completa — disponível em toda sessão futura sem colar nada de novo.

Pergunta primeiro

Busabase Cloud ou Desktop pessoal — a decisão é sua, antes de qualquer coisa acontecer.

Conecta

Faz seu login e guarda a credencial sozinho. Nenhuma chave de API para copiar na mão.

Semeia uma Base

Cria e preenche sua primeira Base, para o espaço de trabalho não ficar com uma tela vazia.

Instala as skills

busabase e busabase-app-creator ficam permanentes, para toda sessão depois desta.

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.

Prefere um conector?

Se você preferir conectar o Busabase como ferramentas MCP em vez de deixar o agente instalar uma skill, use a URL do servidor abaixo.

Resumo rápido

Fornecedor
AWS
Como ele se conecta
Plugin / Skill · MCP + OAuth
Transporte
HTTP em streaming
Autenticação
OAuth (registro dinâmico)
Arquivo de configuração
~/.aws/amazonq/cli-agents (IDE: ~/.aws/amazonq/agents/default.json)
Execute isto
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

Pegadinhas conhecidas

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.

Como ele se compara

Capacidades de conexão lado a lado com outros agentes já neste diretório.

CapacidadeAmazon Q DeveloperClaude CodeCursor
TipoAgentes de terminalAgentes de terminalEditores de IA
Caminho recomendadoAgent SkillAgent SkillAgent Skill
Como ele se conectaPlugin / Skill · MCP + OAuthMCP + OAuth · Plugin / SkillMCP + OAuth · Plugin / Skill
TransporteHTTP em streamingHTTP em streamingHTTP em streaming
AutenticaçãoOAuth (registro dinâmico)OAuth (registro dinâmico)OAuth (registro dinâmico)
Estes passosDa documentação oficialNenhuma data de checagem registrada

Escrito a partir da documentação oficial deste agente. Não executamos de novo cada passo em uma máquina real, então confira a documentação vinculada se algum comando tiver mudado.

Deixe seu agente cuidar da configuração

Uma instrução, acesso revisado, e toda mudança feita depois chega como uma proposta que você aprova.

Ver todos os agentes

Cole isto no Amazon Q Developer

Leia https://busabase.com/SETUP_SKILL.md e configure o Busabase para mim. Siga até o fim e depois confirme que a conexão funciona.