Use Vexly with Cursor
Cursor works well with Vexly as a remote MCP server.
Prerequisites
Add Vexly in Cursor Settings
- Open Cursor.
- Go to Settings → MCP.
- Add a new MCP server.
- 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
- Reopen Cursor or reload MCP servers.
- Confirm
vexlyappears in the MCP server list. - 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.