Skip to content

Connect to Windsurf

Add ToolRouter to Windsurf with one click. No API key needed — your account is created automatically on first use.

Install automatically

Click the button below to install ToolRouter directly into Windsurf:

Install ToolRouter in Windsurf

Windsurf will add the MCP server to your config and Cascade will pick up the tools automatically.

Install manually

Add this to ~/.codeium/windsurf/mcp_config.json:

json
{
  "mcpServers": {
    "toolrouter": {
      "command": "npx",
      "args": ["-y", "toolrouter-mcp"]
    }
  }
}

Restart Windsurf after saving.

Requires Node.js 18+.