
Apache Doris
STDIOApache Doris数据库集成查询服务
Apache Doris数据库集成查询服务
An MCP server for Apache Doris.
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
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.
uv build
uv publish