Skip to main content

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/client

Step 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

  1. Restart Windsurf IDE
  2. Open AI Chat panel
  3. Ask: "Show me available Nexus MCP servers"
  4. Verify Nexus responds with your configured servers

✓ Connected! Start orchestrating MCP servers with natural language.