# Windsurf

[Windsurf](https://windsurf.com/) (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&#x20;

You'll need your API key. Refer to [this article](https://developers.madkudu.com/getting-started/quickstart) to get your API key.&#x20;

### Add MadKudu MCP to Windsurf <a href="#add-madkudu-mcp-to-cursor" id="add-madkudu-mcp-to-cursor"></a>

1. Navigate to Windsurf > Settings > Windsurf Settings and go to Cascade tab&#x20;
2. Click **Manage plugins** then **View raw config**
3. Add the following JSON to the MCP configuration: &#x20;

```json
{
  "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
    }
  }
}
```

4. Save the file&#x20;
5. Go back to manage plugins and click **Refresh**&#x20;

You should now see the MadMCP tools

## **Enable Turbo Mode (Optional)**&#x20;

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](https://docs.windsurf.com/windsurf/terminal#turbo-mode) to turn it ont

## **Verify the Integration**

Open a Cascade chat and ask "Get account details about Walmart"&#x20;

For more information please follow the official[ Windsurf documentation](https://docs.windsurf.com/windsurf/cascade/mcp)&#x20;
