Windsurf

How to Add MCP Servers to Windsurf

codeium.com/windsurf

Codeium's AI IDE with Cascade agent supporting MCP server connections.

Setup Guide

1. Locate the config file

~/.codeium/windsurf/mcp_config.json

2. Add a server configuration

Add the following to your JSON config:

{
    "mcpServers": {
      "markitdown": {
        "command": "uvx",
        "args": ["markitdown-mcp"]
      }
    }
  }

3. Restart Windsurf

Restart or reload Windsurf to pick up the new MCP server configuration.

Compatible Servers (1874)