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

# Windsurf

title: "Windsurf"
description: "Use @byul/mcp with Windsurf's Cascade assistant"
--------------------------------------------------------------

## Configuration

`windsurf_mcp.json`:

```json theme={null}
{
  "mcpServers": {
    "mcp-server-byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}
```
