Skip to main content

Cursor MCP Server Integration

How to integrate Cursor with Aluvia's MCP server for enhanced AI capabilities.

Setup Guide

1

Prerequisites

Before you begin, ensure you have the following:

💡Tip

Your Aluvia Token will look like: 2dceb1aa0***************************

2

Basic Configuration

Go to Cursor → Click the gear icon → Tools & MCP → Add Custom MCP → add the following:

{
"mcpServers": {
"Aluvia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.aluvia.io",
"--header",
"Authorization: Bearer YOUR_ALUVIA_TOKEN"
]
}
}
}

Add MCP Server

Replace YOUR_ALUVIA_TOKEN with your actual Aluvia Token.

After saving this configuration, you should see the Aluvia MCP server connected and available inside Cursor's AI assistant.

MCP Server Added

3

Verify Connection

Once configured, verify everything works:

  1. Open Cursor’s AI chat
  2. Ask the assistant: "Can you list my Aluvia connectivity credentials?"
  3. The AI should retrieve your credentials through the Aluvia MCP server

If successful, Cursor will display your connectivity credential details and account information.

Cursor Test

4

Test Credential Functionality

You can now test Aluvia operations directly from Cursor. Try asking:

  1. Create a new connectivity credential
  2. Test an existing connectivity credential
  3. Show your usage statistics

Example prompts:

  • "Create a new connectivity credential for a workflow"
  • "Test the credential with username 'username123'"
  • "Show me my current data usage statistics"