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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open VS Code with the Cline extension installed
- 03
Click the MCP Servers icon → Configure → Advanced MCP Settings
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
Cline will auto-detect the new Agentcy tools
path: Cline Extension → MCP Servers → Configure
{
"mcpServers": {
"agentcy": {
"url": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}Cline supports an alwaysAllow list per server to auto-approve specific tools. This is useful for unattended Agentcy queries during autonomous coding sessions.
“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”