Skip to main content
Windsurf supports hosted MCP servers over HTTP with OAuth.
1

Open MCP settings

In Windsurf, open the Cascade panel and go to MCP Servers, or edit the global config file directly at ~/.codeium/mcp_config.json.
2

Add KonbiniAPI

{
  "mcpServers": {
    "konbiniapi": {
      "serverUrl": "https://mcp.konbiniapi.com"
    }
  }
}
3

Authorize

Save the config and use KonbiniAPI from Cascade. Windsurf will open the browser-based OAuth flow the first time the server needs authorization.