Skip to main content

Connecting to Windsurf

Integrate your Reeva MCP servers with Windsurf IDE for enhanced AI development.

Prerequisites

  • ✅ Reeva account with at least one server
  • ✅ Server API key
  • Windsurf IDE installed

Quick Setup

1. Get MCP Configuration

From Reeva Dashboard:

  1. Go to Servers → Select your server
  2. Click "MCP Config" tab
  3. Copy the configuration

2. Add to Windsurf

  1. Open Windsurf Settings

  2. Navigate to ExtensionsMCP

  3. Click "Add MCP Server"

  4. Paste configuration or enter manually:

    • Name: Your choice (e.g., "reeva-research")
    • URL: https://api.joinreeva.com/mcp/server_YOUR_ID
    • API Key: mcpk_your_key
  5. Save and restart Windsurf

3. Verify

Test in Windsurf's AI chat:

Search the web for "TypeScript 5.3 features"

The AI should use your Reeva tools automatically.

Configuration

Single Server

{
"mcpServers": {
"reeva": {
"url": "https://api.joinreeva.com/mcp/server_abc123",
"apiKey": "mcpk_your_key_here"
}
}
}

Multiple Servers

{
"mcpServers": {
"reeva-research": {
"url": "https://api.joinreeva.com/mcp/server_abc123",
"apiKey": "mcpk_key1"
},
"reeva-productivity": {
"url": "https://api.joinreeva.com/mcp/server_xyz789",
"apiKey": "mcpk_key2"
}
}
}

Troubleshooting

Connection Issues

Problem: Can't connect to server

Solutions:

  • Verify API key is correct
  • Check server is active in dashboard
  • Restart Windsurf completely
  • Check Windsurf MCP logs

Tools Not Working

Problem: AI can't access tools

Solutions:

  • Ensure server has custom tools added
  • Test in Reeva Chat first
  • Update Windsurf to latest version
  • Check credits balance

See Also