Skip to main content

Installation

The Arivu MCP server requires the mcp optional dependency map.
The MCP server runs globally within your Python environment. For best results, install it within the same virtual environment where you intend to launch Claude Desktop or Cursor.

Global Configuration

The Arivu MCP Server does not take arguments programmatically; instead, it binds to Environment Variables securely passed in by the parent MCP client.

Core Variables

Dialect-Specific Configurations

Standard RDBMS parameters:

Server Boot Modes

Arivu supports both standard execution layers as outlined in the MCP specification.
1

Stdio Transport (Local)

Standard mechanism for desktop integrations like Cursor. It reads inputs on stdin and writes on stdout.
2

SSE HTTP Transport (Remote)

Used if you are hosting the MCP Server exclusively on a remote VPC droplet.