Skip to content
unzoi docs

Windsurf

Cascade’s MCP config, with a header block.

Kind MCP client
Transport Remote HTTP, declared in mcp_config.json.
Config ~/.codeium/windsurf/mcp_config.json

Setup

  1. Open Cascade → MCP servers → Configure, which opens the file.
  2. Add the block below.
  3. Press refresh in the MCP panel.
  4. Ask Cascade something that needs current reporting.
{
  "mcpServers": {
    "unzoi": {
      "serverUrl": "https://api.unzoi.com/mcp",
      "headers": { "x-api-key": "nai_your_key_here" }
    }
  }
}

What differs here

  • Windsurf has used both `serverUrl` and `url` across versions. If the block above does not connect, try `url` — the rest of the shape is the same.
  • The MCP panel has an explicit refresh; use it rather than restarting the editor.
  • Cascade counts tool calls against its own per-conversation budget as well as your Unzoi quota, so a chatty research loop hits its ceiling before it hits yours.

Next

Endpoint, for copying: https://api.unzoi.com/mcp