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

# Windsurf

> Add Hive to Windsurf through mcp_config.json.

## Add the server

Edit `~/.codeium/windsurf/mcp_config.json`:

```json theme={null}
{
  "mcpServers": {
    "hive": {
      "serverUrl": "https://mcp.hiveintelligence.xyz/mcp"
    }
  }
}
```

<Note>
  Windsurf accepts both `serverUrl` and `url`. We use `serverUrl` because that is the field
  name in Codeium's own documentation.
</Note>

Windsurf opens browser authorization when the server first connects.

## Verify

Restart Windsurf and ask a question that needs live data. If nothing happens, check the MCP
panel for a load error on the `hive` entry.
