Windsurf

Connect ASO++ to Windsurf using the Cascade MCP configuration.

Windsurf by Codeium is an AI-first editor with a built-in AI agent called Cascade. Cascade supports MCP servers via a JSON configuration file.

Prerequisites

Configuration

Open MCP configuration

In Windsurf, open the Command Palette (Cmd+Shift+P / Ctrl+Shift+P) and run Windsurf: Open MCP Config.

This opens ~/.codeium/windsurf/mcp_config.json.

Add the ASO++ server

Add the following to the mcpServers object:

{
  "mcpServers": {
    "asopp": {
      "serverUrl": "https://asopp.cc/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_TOKEN_HERE"
      }
    }
  }
}

Replace YOUR_TOKEN_HERE with your actual token.

Reload Windsurf

Press Cmd+Shift+P and run Developer: Reload Window to apply the new configuration.

Verify in Cascade

Open a Cascade chat and type:

Get the App Store details for app 389801252 in the US

Cascade should call get_app_detailsand return the app's metadata.

Troubleshooting

© 2026 ASO++. All rights reserved.