Prerequisites
- Amazon Q Developer (via AWS Console, IDE plugin, or CLI) or Q Business
- A V5 bearer token — get one from
POST /admin/tokens/issue - An IAM-compatible environment for Q Developer (AWS CLI configured)
Amazon Q Developer (IDE plugin)
Amazon Q Developer supports MCP servers in its agentic mode (available in VS Code and JetBrains plugins).1
Open Q Developer settings
In VS Code: Command Palette → Amazon Q: Open Settings → MCP Servers.
In JetBrains: Settings → Tools → Amazon Q → MCP Servers.
2
Add V5 as MCP server
3
Verify
Ask Q Developer in the chat panel: “Pull my HubSpot pipeline and give me the top 5 deals by amount.”Q should call
hubspot_crm and return structured results.Amazon Q Business (enterprise)
Amazon Q Business uses “plugins” for external tool integrations. To connect V5:- Go to AWS Console → Amazon Q Business → your application → Plugins
- Choose Custom plugin → HTTP API
- Set the endpoint to
https://ascend-gateway-v5.ascendgtm.workers.dev/api/v1/{tenant}/{domain} - Add an Auth header with your bearer token
- Upload the OpenAPI schema from
GET /admin/openapion the gateway
Notes
- Q Developer’s agentic mode (inline suggestions + chat) both support MCP tools
- Q Business plugins use the REST API, not MCP — same tools, different protocol
- For AWS-native workflows, use the
aws_bedrock_invokeoraws_bedrock_conversetools in V5 to call Bedrock models from within Q sessions