---
title: Windsurf Integration
sidebarTitle: Windsurf
icon: "siWindsurf"
description: Connect Windsurf agent features to Reloop using the MCP Server.
---
> For the complete documentation index, see [llms-docs.txt](/llms-docs.txt) or the site index [llms.txt](/llms.txt). Full docs corpus: [llms-full-docs.txt](/llms-full-docs.txt). Prefer markdown URLs (append `.md`) for agent consumption. Product skill: [skill.md](/skill.md).


[Windsurf](https://codeium.com/windsurf) is an agentic IDE built by Codeium. You can register Reloop's MCP server to grant the Windsurf agent capability to dispatch emails and interact with the Reloop platform.

---

## Step 1: Add Reloop MCP to Windsurf Config

1. Open Windsurf and navigate to **Settings** → **Developer Tools** → **MCP**.
2. Click **Add Server**.
3. Input the following configurations:
   - **Name**: `reloop`
   - **Transport**: `STDIO`
   - **Command**: `npx`
   - **Arguments**: `-y`, `reloop-mcp`
4. Set the environment variable:
   - `RELOOP_API_KEY`: `rl_your_api_key`
5. Save the configuration.

---

## Step 2: Query the Agent

In the Windsurf chat or agent panel, prompt the agent:

> "Send an onboarding email to contact@example.com using the Reloop MCP tool."
