Windsurf is a powerful AI assistant by Codeium that can be enhanced with VeyraX integration to access your tools directly.

Automatic Installation

Run Installation Command

Open your terminal and run the following command:

npx -y @smithery/cli@latest install @VeyraX/veyrax-mcp --client windsurf

Add API Key

When prompted, provide the API key that you created in the VeyraX Platform.

Manual Installation

Open MCP Configuration

Find the toolbar above the Cascade input:

  1. Click the hammer icon
  2. Click “Configure” button

This will open: ~/.codeium/windsurf-next/mcp_config.json

Add MCP Configuration

Add the following configuration to your MCP config file. You’ll need to paste the command with your VeyraX API key that you can copy from the VeyraX Platform.

The configuration will look like this:

{
  "mcpServers": {
    "@VeyraX-veyrax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@VeyraX/veyrax-mcp",
        "--config",
        "\"{\\\"VEYRAX_API_KEY\\\":\\\"YOUR_VEYRAX_API_KEY\\\"}\""
      ]
    }
  }
}

MCP is only available in Windsurf Next (Beta). You can download it from the Windsurf Next download page.

Refresh Configuration

After you add new tools, you need to restart the configuration. You’ll see the available tools in the right after.

Start Using VeyraX in Windsurf

Now you can ask questions about any tools you’ve connected via VeyraX directly in Windsurf.