> ## Documentation Index
> Fetch the complete documentation index at: https://docs.konbiniapi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Windsurf

> Connect KonbiniAPI to Windsurf using the Model Context Protocol.

Windsurf supports hosted MCP servers over HTTP with OAuth.

<Steps>
  <Step title="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`.
  </Step>

  <Step title="Add KonbiniAPI">
    ```json theme={null}
    {
      "mcpServers": {
        "konbiniapi": {
          "serverUrl": "https://mcp.konbiniapi.com"
        }
      }
    }
    ```
  </Step>

  <Step title="Authorize">
    Save the config and use KonbiniAPI from Cascade. Windsurf will open the
    browser-based OAuth flow the first time the server needs authorization.
  </Step>
</Steps>
