Set up Windsurf
Codeium’s AI-native code editor. Add Agentcy so Windsurf’s Cascade AI can pull live marketing data into your development workflow.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open Windsurf and go to Settings → MCP section
- 03
Click “Add Server” or manually edit ~/.codeium/windsurf/mcp_config.json
- 04
Paste the config snippet below, replacing YOUR_AGENTCY_API_KEY with your actual key
- 05
Restart Windsurf to connect to Agentcy
path: ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"agentcy": {
"serverUrl": "https://data.goagentcy.com/mcp",
"headers": {
"Authorization": "Bearer YOUR_AGENTCY_API_KEY"
}
}
}
}Windsurf uses serverUrl (not url) as the key for the server endpoint. Otherwise similar to the standard mcpServers format.
“Using Agentcy, what’s my site’s top traffic source?”
“Build a marketing dashboard using our real GA4 data”
“What products are selling best on our WooCommerce store?”
“Research trending topics in our industry for content ideas”