- Explore MCP Servers
- mcp-doris
Mcp Doris
What is Mcp Doris
mcp-doris is an MCP server designed for Apache Doris and VeloDB, enabling efficient data management and interaction with these databases.
Use cases
mcp-doris can be used for data analytics, real-time data processing, and as a backend service for applications requiring efficient data storage and retrieval.
How to use
To use mcp-doris, set the necessary environment variables for your Doris instance and run the command using the uv tool. You can also develop and inspect the MCP server by following the provided setup instructions.
Key features
Key features of mcp-doris include seamless integration with Apache Doris, support for command execution, and a user-friendly web interface for inspection and management.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Doris
mcp-doris is an MCP server designed for Apache Doris and VeloDB, enabling efficient data management and interaction with these databases.
Use cases
mcp-doris can be used for data analytics, real-time data processing, and as a backend service for applications requiring efficient data storage and retrieval.
How to use
To use mcp-doris, set the necessary environment variables for your Doris instance and run the command using the uv tool. You can also develop and inspect the MCP server by following the provided setup instructions.
Key features
Key features of mcp-doris include seamless integration with Apache Doris, support for command execution, and a user-friendly web interface for inspection and management.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Apache Doris MCP Server
An MCP server for Apache Doris.

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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










