--- title: Windsurf | FLORA API description: Add FLORA MCP to Windsurf via the Cascade UI or config file. --- ## Option A — UI 1. Open Windsurf. 2. **Cascade** panel → **MCP servers** icon (plug icon, top right of Cascade) → **Manage MCPs**. 3. Click **Add server** → **Add custom server**. 4. Fill in: - **Name:** `flora` - **Server type:** `HTTP (remote)` - **URL:** `https://florafauna-ai.stlmcp.com/` 5. Click **Save**. Windsurf opens an OAuth browser tab — sign in with your FLORA account. ## Option B — Config file Edit `~/.codeium/windsurf/mcp_config.json` (create if missing): ``` { "mcpServers": { "flora": { "serverUrl": "https://florafauna-ai.stlmcp.com/" } } } ``` Restart Windsurf. Open Cascade → **Manage MCPs** to confirm `flora` is listed, then click **Connect**. ## Verify In Cascade, ask: > List my FLORA Techniques. Cascade asks for permission to call `list_techniques`. Approve and you’ll see your Techniques inline. ## Remove Cascade → **Manage MCPs** → **flora** → **Delete**. Then revoke in FLORA → Settings → Connected apps. Windsurf’s MCP support evolves quickly. If the menu paths above have moved, look for any “Connectors”, “MCPs”, or “Integrations” entry in settings — the FLORA URL is always `https://florafauna-ai.stlmcp.com/`. ## Next - [Authentication details](/mcp/authentication/index.md) - [Recipes](/mcp/recipes/discover-and-run/index.md)