AgentcyAlpha
Integrations/Kiro IDE

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.

SETUP
4 STEPS
  1. 01

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

  2. 02

    Create or edit ~/.kiro/settings/mcp.json (global) or .kiro/settings/mcp.json (project)

  3. 03

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

  4. 04

    Kiro auto-detects remote servers from the url field

CONFIG

path: ~/.kiro/settings/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

Kiro supports ${VARIABLE_NAME} environment variable syntax in config values. Configuration priority: Agent config > Workspace config > Global config. Free during preview (AWS-backed).

EXAMPLE QUERIES
4 SAMPLES

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

v1.0Need help?