AgentcyAlpha
Integrations/Amazon Q Developer

Set up Amazon Q Developer

AWS’s AI coding assistant. Add Agentcy so Amazon Q can access your marketing data in the CLI or IDE while building and deploying applications.

SETUP
4 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Create or edit ~/.aws/amazonq/mcp.json for global config

  3. 03

    Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key

  4. 04

    Restart Amazon Q Developer to connect to Agentcy

CONFIG

path: ~/.aws/amazonq/mcp.json

mcp.json
{
  "mcpServers": {
    "agentcy": {
      "url": "https://data.goagentcy.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_AGENTCY_API_KEY"
      }
    }
  }
}
Last verified: March 5, 2026Official docs
TIPS

Amazon Q Pro-tier admins can whitelist specific MCP servers for their organization. Supports both stdio (local) and HTTP (remote) transports. Workspace config overrides global config when both exist.

EXAMPLE QUERIES
4 SAMPLES

What’s the traffic trend for aurora-fitness.com this month?

Show me our top converting Google Ads campaigns

Create a Lambda function that pulls weekly GA4 summaries

Research competitor SEO strategies in our market

v1.0Need help?