# Windsurf

> Connect GetIntel's MCP server to Windsurf's Cascade agent through mcp-remote, so Cascade can read and act on your AI visibility data.

Source: https://getintel.ai/docs/mcp/clients/windsurf/

<Steps>

1. **Create a token** in GetIntel under **Integrations**.

2. **Add GetIntel** to `~/.codeium/windsurf/mcp_config.json` (or open it from Windsurf's MCP settings):

   ```json title="mcp_config.json"
   {
     "mcpServers": {
       "getintel": {
         "command": "npx",
         "args": ["-y", "mcp-remote", "https://app.getintel.ai/mcp",
           "--header", "Authorization: Bearer YOUR_TOKEN"]
       }
     }
   }
   ```

3. **Refresh** the MCP servers in Windsurf's settings, then ask Cascade: *"Using GetIntel, what changed in my topics this week?"*

</Steps>

This bridges through `mcp-remote` with `npx`, so Node.js must be installed.
