AgentcyAlpha
Integrations/Windsurf

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.

SETUP
5 STEPS
  1. 01

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

  2. 02

    Open Windsurf and go to Settings → MCP section

  3. 03

    Click “Add Server” or manually edit ~/.codeium/windsurf/mcp_config.json

  4. 04

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

  5. 05

    Restart Windsurf to connect to Agentcy

CONFIG

path: ~/.codeium/windsurf/mcp_config.json

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

Windsurf uses serverUrl (not url) as the key for the server endpoint. Otherwise similar to the standard mcpServers format.

EXAMPLE QUERIES
4 SAMPLES

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

v1.0Need help?