Windsurf IDE Setup
Connect Nexus to Windsurf for powerful MCP orchestration
Prerequisites: Windsurf IDE installed and active Nexus account
Step 1: Install Nexus MCP Client
npm install -g @nexus-mcp/clientStep 2: Configure MCP Settings
Add to your Windsurf MCP configuration file:
{
"mcpServers": {
"nexus": {
"command": "nexus-mcp",
"args": ["--token", "YOUR_API_TOKEN"],
"env": {
"NEXUS_API_URL": "https://nexus-worker.nandawinartha1.workers.dev"
}
}
}
}Step 3: Test the Connection
- Restart Windsurf IDE
- Open AI Chat panel
- Ask: "Show me available Nexus MCP servers"
- Verify Nexus responds with your configured servers
✓ Connected! Start orchestrating MCP servers with natural language.