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.

EXPLORE DATA SOURCES

After connecting Windsurf and configuring your data sources in the portal, ask questions about any of them in natural language:

View all data sources →

v1.0Need help?