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:
- Go to Servers → Select your server
- Click "MCP Config" tab
- Copy the configuration
2. Add to Windsurf
-
Open Windsurf Settings
-
Navigate to Extensions → MCP
-
Click "Add MCP Server"
-
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
-
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