A favicon of Apache Doris MCP Server

Apache Doris MCP Server

An MCP server for Apache Doris & VeloDB

Installation

Installing for Claude Desktop

Option 1: One-Command Installation

npx mcpbar@latest install morningman/mcp-doris -c claude

This command will automatically install and configure the Apache Doris MCP Server MCP server for your selected client.

Option 2: Manual Configuration

Run the command below to open your configuration file:

npx mcpbar@latest edit -c claude

After opening your configuration file, copy and paste this configuration:

View JSON configuration
{
  "mcpServers": {
    "Apache Doris MCP Server": {
      "command": "uvx",
      "args": [
        "mcp-doris"
      ],
      "env": {
        "DORIS_HOST": "${input:doris_host}",
        "DORIS_PORT": "${input:doris_port}",
        "DORIS_USER": "${input:doris_user}",
        "DORIS_PASS": "${input:doris_pass}"
      }
    }
  }
}

Apache Doris MCP Server

smithery badge

An MCP server for Apache Doris.

Demo

Usage

Cursor

Name: doris
Type: command
Command: DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris

Development

Prerequest

  • install uv

Run MCP Inspector

cd /path/to/mcp-doris
uv sync
source .venv/bin/activate
export PYTHONPATH=/path/to/mcp-doris:$PYTHONPATH
env DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> mcp dev mcp_doris/mcp_server.py

Then visit http://localhost:5173 in web browser.

Publish

uv build
uv publish
Share:
Details:
  • Stars


    13
  • Forks


    3
  • Last commit


    2 months ago
  • Repository age


    2 months
  • License


    Apache-2.0
View Repository

Auto-fetched from GitHub .

MCP servers similar to Apache Doris MCP Server:

 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


 

 
 
  • Stars


  • Forks


  • Last commit


Apache Doris MCP Server: MCP Server – MCP.Bar