McpMux
Back to Registry

StarRocks (uvx) MCP Server

Community

Contributed by StarRocks

Query and explore StarRocks databases. Run read and write SQL, inspect query plans, generate Plotly charts, and browse table and database overviews.

About the StarRocks (uvx) MCP Server

The StarRocks (uvx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Query and explore StarRocks databases. Run read and write SQL, inspect query plans, generate Plotly charts, and browse table and database overviews. This is a community-contributed MCP server by StarRocks.

Install the StarRocks (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 an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "uvx",
  "args": [
    "mcp-server-starrocks"
  ],
  "env": {
    "STARROCKS_HOST": "${input:STARROCKS_HOST}",
    "STARROCKS_PORT": "${input:STARROCKS_PORT}",
    "STARROCKS_USER": "${input:STARROCKS_USER}",
    "STARROCKS_PASSWORD": "${input:STARROCKS_PASSWORD}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "STARROCKS_HOST",
        "label": "StarRocks Host",
        "description": "Hostname or IP of your StarRocks FE (frontend) node.",
        "type": "text",
        "required": true,
        "secret": false,
        "default": "localhost",
        "placeholder": "localhost"
      },
      {
        "id": "STARROCKS_PORT",
        "label": "StarRocks Port",
        "description": "MySQL protocol query port of the StarRocks FE node.",
        "type": "number",
        "required": false,
        "secret": false,
        "default": "9030",
        "placeholder": "9030"
      },
      {
        "id": "STARROCKS_USER",
        "label": "StarRocks User",
        "description": "Username for connecting to StarRocks.",
        "type": "text",
        "required": true,
        "secret": false,
        "default": "root",
        "placeholder": "root"
      },
      {
        "id": "STARROCKS_PASSWORD",
        "label": "StarRocks Password",
        "description": "Password for the StarRocks user. Leave empty for instances without a password.",
        "type": "text",
        "required": false,
        "secret": true,
        "placeholder": "*************"
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
ToolsResources

Categories

Tags

starrocksdatabasesqlanalyticsolapdata-warehouse

Supported AI Clients

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

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install StarRocks (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.