Skip to content

Use Vexly with Cursor

Cursor works well with Vexly as a remote MCP server.

Prerequisites

export VEXLY_ACCESS_TOKEN='your_token_here'

Add Vexly in Cursor Settings

  1. Open Cursor.
  2. Go to SettingsMCP.
  3. Add a new MCP server.
  4. Use this remote configuration:
{
  "mcpServers": {
    "vexly": {
      "url": "https://api.vexly.io/api/v1/public/mcp",
      "headers": {
        "Authorization": "Bearer ${env:VEXLY_ACCESS_TOKEN}"
      }
    }
  }
}

If you prefer editing the config file directly, add the same block to your Cursor MCP config.

Verify It Worked

  1. Reopen Cursor or reload MCP servers.
  2. Confirm vexly appears in the MCP server list.
  3. Ask Cursor Agent to use vexly.run.

Example prompt:

Use vexly.run to review last week's performance across all connected services and return the top 5 changes or risks. Wait for completion, and use a 180 second timeout.

Vexly MCP now waits up to 180 seconds by default before returning a pending run.