Windsurf

Connect MadKudu to your Windsurf

Windsurf (formerly Codeium) is an AI-native IDE that helps developers build faster with smart autocompletion, context-aware agents, and in-editor previews. With MadKudu integrated, technical teams can fetch account insights, enrich leads, or automate sales workflows—directly from their code editor, using agents that connect to MadKudu intelligence.

Pre-requisite

You'll need your API key. Refer to this article to get your API key.

Add MadKudu MCP to Windsurf

  1. Navigate to Windsurf > Settings > Windsurf Settings and go to Cascade tab

  2. Click Manage plugins then View raw config

  3. Add the following JSON to the MCP configuration:

{
  "mcpServers": {
    ... OTHER MCP SERVERS
    
    --- ADD THIS PART, DON'T FORGET TO REPLACE THE API KEY ---
    "MadMCP": {
      "serverUrl": "https://mcp.madkudu.com/YOUR_API_KEY/sse",
      "disabled": false
    }
  }
}
  1. Save the file

  2. Go back to manage plugins and click Refresh

You should now see the MadMCP tools

Enable Turbo Mode (Optional)

The Turbo mode allows the MCP tools to execute automatically without you having to confirm each step all the time

Refer to the official Windsurf documentation to turn it ont

Verify the Integration

Open a Cascade chat and ask "Get account details about Walmart"

For more information please follow the official Windsurf documentation

Last updated

Was this helpful?