Windsurf Integration
Connect Windsurf agent features to Reloop using the MCP Server.
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
- Open Windsurf and navigate to Settings → Developer Tools → MCP.
- Click Add Server.
- Input the following configurations:
- Name:
reloop - Transport:
STDIO - Command:
npx - Arguments:
-y,reloop-mcp
- Name:
- Set the environment variable:
RELOOP_API_KEY:rl_your_api_key
- 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."
Was this page helpful?