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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Create or edit ~/.aws/amazonq/mcp.json for global config
- 03
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 04
Restart Amazon Q Developer to connect to Agentcy
path: ~/.aws/amazonq/mcp.json
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}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.
“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”