trackmcp
Back to directory

An MCP server for Apache Doris & VeloDB

15 stars PythonServers & Infrastructure Updated Jul 28, 2025
data-sciencedorismcp-server

Documentation

Apache Doris MCP Server

smithery badge

An MCP server for Apache Doris.

Demo

Usage

Cursor

code
Name: doris
Type: command
Command: DORIS_HOST= DORIS_PORT= DORIS_USER= DORIS_PASSWORD= uv run --with mcp-doris --python 3.13 mcp-doris

Development

Prerequest

  • install uv

Run MCP Inspector

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

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

Publish

code
uv build
uv publish

Frequently asked questions

What is mcp-doris?

mcp-doris is An MCP server for Apache Doris & VeloDB

How do I install mcp-doris?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-doris open source?

Yes — it is hosted on GitHub at https://github.com/morningman/mcp-doris and has 15 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP