Set up Kiro IDE
AWS-backed AI IDE with native MCP support. Add Agentcy so Kiro can access your marketing data while building applications with spec-driven development.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Create or edit ~/.kiro/settings/mcp.json (global) or .kiro/settings/mcp.json (project)
- 03
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 04
Kiro auto-detects remote servers from the url field
path: ~/.kiro/settings/mcp.json
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}Kiro supports ${VARIABLE_NAME} environment variable syntax in config values. Configuration priority: Agent config > Workspace config > Global config. Free during preview (AWS-backed).
“Show me this month’s GA4 traffic data”
“What are our top-performing Google Ads campaigns?”
“Build a marketing dashboard component with live data”
“Research SEO strategies for our product pages”