MCP.so
Sign In

Apache Doris MCP Server

@morningman

About Apache Doris MCP Server

An MCP server for Apache Doris & VeloDB

Basic information

Category

Other

License

Apache-2.0

Runtime

python

Transports

stdio

Publisher

morningman

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "doris": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp-doris",
        "--python",
        "3.13",
        "mcp-doris"
      ],
      "env": {
        "DORIS_HOST": "",
        "DORIS_PORT": "",
        "DORIS_USER": "",
        "DORIS_PASSWORD": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Apache Doris MCP Server?

It is an MCP server that provides a bridge between the Model Context Protocol (MCP) and Apache Doris, a real-time analytical database. It allows users to integrate Doris into MCP-compatible tools such as

Comments

More Other MCP servers