McpMux
Back to Registry

Apache Doris (uvx) MCP Server

Community

Contributed by Apache Doris

Interact with Apache Doris, the real-time analytical (OLAP) database. Query data, manage metadata, run SQL, and perform schema analysis through the official Doris MCP server.

About the Apache Doris (uvx) MCP Server

The Apache Doris (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with Apache Doris, the real-time analytical (OLAP) database. Query data, manage metadata, run SQL, and perform schema analysis through the official Doris MCP server. This is a community-contributed MCP server by Apache Doris.

Install the Apache Doris (uvx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires authentication — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "doris-mcp-server",
    "--transport",
    "stdio"
  ],
  "env": {
    "DORIS_HOST": "${input:DORIS_HOST}",
    "DORIS_PORT": "${input:DORIS_PORT}",
    "DORIS_USER": "${input:DORIS_USER}",
    "DORIS_PASSWORD": "${input:DORIS_PASSWORD}",
    "DORIS_DATABASE": "${input:DORIS_DATABASE}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "DORIS_HOST",
        "label": "Doris Host",
        "description": "Hostname or IP address of your Doris FE (frontend) node.",
        "type": "text",
        "required": true,
        "secret": false,
        "placeholder": "localhost"
      },
      {
        "id": "DORIS_PORT",
        "label": "Doris Query Port",
        "description": "MySQL-protocol query port of the Doris FE node.",
        "type": "number",
        "required": false,
        "secret": false,
        "default": "9030",
        "placeholder": "9030"
      },
      {
        "id": "DORIS_USER",
        "label": "Doris User",
        "description": "Username used to authenticate to Doris.",
        "type": "text",
        "required": true,
        "secret": false,
        "default": "root",
        "placeholder": "root"
      },
      {
        "id": "DORIS_PASSWORD",
        "label": "Doris Password",
        "description": "Password for the Doris user. Leave empty for instances configured without a password.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "********"
      },
      {
        "id": "DORIS_DATABASE",
        "label": "Doris Database",
        "description": "Default database to connect to. Defaults to information_schema if not set.",
        "type": "text",
        "required": false,
        "secret": false,
        "placeholder": "information_schema"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
Authoptional_api_key
Capabilities
Tools

Categories

Tags

dorisapacheolapanalyticssqldatabasedata-warehouse

Supported AI Clients

The Apache Doris (uvx) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Apache Doris (uvx) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.