title: “Windsurf” description: “Use @byul/mcp with Windsurf’s Cascade assistant”

Configuration

windsurf_mcp.json:
{
  "mcpServers": {
    "mcp-server-byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}