71
/ 100
14 days ago
glama

Apache Doris MCP Server

An MCP server that enables users to interact with Apache Doris databases through natural language, supporting query and management operations.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: DORIS_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDORIS_HOSTCommand: =<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris
configDORIS_PORTCommand: DORIS_HOST=<doris-host> =<port> DORIS_USER=<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris
configDORIS_USERCommand: DORIS_HOST=<doris-host> DORIS_PORT=<port> =<doris-user> DORIS_PASSWORD=<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris
🔐 secretDORIS_PASSWORDCommand: DORIS_HOST=<doris-host> DORIS_PORT=<port> DORIS_USER=<doris-user> =<doris-pwd> uv run --with mcp-doris --python 3.13 mcp-doris
configDORIS_DATABASE
configDORIS_CONNECT_TIMEOUT
configDORIS_READ_TIMEOUT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/fastmcp-me-mcp-doris-u39rfv)](https://m8ven.ai/mcp/fastmcp-me-mcp-doris-u39rfv)
commit: 2adcc0ba4b0c2287ba8594262fc78c4c273d25bc
code hash: 5d849456243408e087cf4255e8db2eb1764e82fe06326b094fd6a166184bffd7
verified: 6/15/2026, 3:13:18 PM
view raw JSON →