AgentcyAlpha

Set up Cline

Popular open-source AI coding agent for VS Code (formerly Claude Dev). Add Agentcy so Cline can pull live marketing data into your autonomous coding sessions.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Open VS Code with the Cline extension installed

  3. 03

    Click the MCP Servers icon → Configure → Advanced MCP Settings

  4. 04

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

  5. 05

    Cline will auto-detect the new Agentcy tools

CONFIG

path: Cline Extension → MCP Servers → Configure

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

Cline supports an alwaysAllow list per server to auto-approve specific tools. This is useful for unattended Agentcy queries during autonomous coding sessions.

EXAMPLE QUERIES
4 SAMPLES

Pull GA4 data and build a dashboard component for aurora-fitness.com

What’s our bounce rate trend? Create a fix for the worst pages.

Research competitor ad copy and write better versions

Analyze our WooCommerce sales and suggest pricing optimizations

v1.0Need help?