Ripplex

Connect

Connect Ripplex to your editor

Pick your editor below and follow the steps. Your API key is in your welcome email.

Cursor

MCP
1Open Cursor Settings
2Go to the MCP tab and click "Add MCP Server"
3Paste the config below
4Replace YOUR_KEY with the key from your email
5Restart Cursor
{
  "ripplex": {
    "url": "https://ripplexserver-production.up.railway.app/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_KEY"
    }
  }
}

Add this to ~/.cursor/mcp.json or paste directly in the MCP settings UI.

Claude Code

MCP
1Open your terminal
2Run the command below
3Replace YOUR_KEY with the key from your email
4Type /mcp in Claude Code to verify the connection
claude mcp add ripplex --transport http https://ripplexserver-production.up.railway.app/mcp --header "Authorization: Bearer YOUR_KEY"

Claude Code connects via HTTP transport. No config file needed.

Windsurf

MCP
1Open Windsurf Settings
2Go to MCP Servers
3Add a new server with the config below
4Replace YOUR_KEY with the key from your email
5Restart Windsurf
{
  "ripplex": {
    "serverUrl": "https://ripplexserver-production.up.railway.app/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_KEY"
    }
  }
}

Add this to your Windsurf MCP settings file.

GitHub App

Auto
1Go to github.com/apps/ripplex-by-reabot6
2Click "Install"
3Select the repository you want to scan
4Open or create a pull request
5Ripplex comments automatically -- no key needed
https://github.com/apps/ripplex-by-reabot6

The GitHub App scans every PR automatically. No configuration, no YAML files.

Don't have a key yet?

Get early access