
How to Add MCP Servers to Windsurf
codeium.com/windsurfCodeium's AI IDE with Cascade agent supporting MCP server connections.
Setup Guide
1. Locate the config file
~/.codeium/windsurf/mcp_config.json2. 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.