doris-mcp-server (apache/doris-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 50 tools. No publisher has claimed this listing.

C
Limited view
74/100
1 month ago

doris-mcp-server

Apache Doris MCP Server

Limited view. Automated analysis covers part of this stack. Findings reflect what we verified. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

Limited view: static analysis for Python is partially covered.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

apache

Source: PulseMCP · also listed on github_code, modelscope, mcp.so

Maintenance & responsiveness
as of 2026-08-15
Issue response: median 2d
Issues closed (90d): 3 · 2 open
Releases (90d): 1
Contributor retention: 1/3 stayed · 2 active
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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

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 8 credentials: JWT_PRIVATE_KEY, JWT_PUBLIC_KEY, DEFAULT_ADMIN_TOKEN, DEFAULT_ANALYST_TOKEN, DEFAULT_READONLY_TOKEN, DORIS_PASSWORD, TOKEN_SECRET, TOKEN_MANAGEMENT_ADMIN_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretJWT_PRIVATE_KEY
🔐 secretJWT_PUBLIC_KEY
🔐 secretDEFAULT_ADMIN_TOKENDefault admin token (customizable via env)
configDEFAULT_ADMIN_DESCRIPTION
🔐 secretDEFAULT_ANALYST_TOKENDefault analyst token (customizable via env)
configDEFAULT_ANALYST_DESCRIPTION
🔐 secretDEFAULT_READONLY_TOKENDefault readonly token (customizable via env)
configDEFAULT_READONLY_DESCRIPTION
configSERVER_VERSION
configSERVER_HOST
configSERVER_PORT
configTRANSPORT
configDORIS_HOSTexport ="127.0.0.1"
configDORIS_USERexport ="root"
🔐 secretDORIS_PASSWORDexport ="your_password"
configDORIS_DATABASEDefault database name (default: information_schema)
configLOG_LEVELLog level (DEBUG/INFO/WARNING/ERROR, default: INFO)
configSERVER_NAME
configFE_ARROW_FLIGHT_SQL_PORTFrontend Arrow Flight SQL port for ADBC (New in v0.5.0)
configBE_ARROW_FLIGHT_SQL_PORTBackend Arrow Flight SQL port for ADBC (New in v0.5.0)
configDORIS_PORTexport ="9030"
configDORIS_FE_HTTP_PORT
configDORIS_BE_HOSTSBE nodes for monitoring (comma-separated, optional - auto-discovery via SHOW BACKENDS if empty)
configDORIS_BE_WEBSERVER_PORTBE webserver port for monitoring tools (default: 8040)
configDORIS_MAX_CONNECTIONSMaximum connection pool size (default: 20)
configDORIS_CONNECTION_TIMEOUT
configDORIS_HEALTH_CHECK_INTERVAL
configDORIS_MAX_CONNECTION_AGE
configENABLE_TOKEN_AUTHexport =true
configENABLE_JWT_AUTHEnable JWT authentication (default: false)
configENABLE_OAUTH_AUTHEnable OAuth authentication (default: false)
configOAUTH_ENABLED
configENABLE_DORIS_OAUTH_AUTHEnable Doris-backed OAuth authentication (default: false)
configDORIS_OAUTH_BASE_URLPublic base URL used by Doris-backed OAuth discovery and token endpoints
configDORIS_OAUTH_DB_TOOLS_ENABLEDtrue opens the reviewed metadata bucket. The reviewed tools are:
configDORIS_OAUTH_QUERY_TOOLS_ENABLED
configDORIS_OAUTH_EXPLAIN_TOOLS_ENABLED
configAUTH_TYPELegacy authentication type (token/basic/oauth, deprecated - use individual switches)
🔐 secretTOKEN_SECRETLegacy token secret key (use token-based auth instead)
configTOKEN_EXPIRY
configMAX_RESULT_ROWSMaximum result rows (default: 10000)
configMAX_QUERY_COMPLEXITY
configENABLE_SECURITY_CHECKEnable/disable SQL security validation (default: true)
configBLOCKED_KEYWORDSComma-separated list of blocked SQL keywords
configENABLE_MASKINGEnable data masking (default: true)
configTOKEN_FILE_PATHPath to tokens.json file for token management (default: tokens.json)
configENABLE_TOKEN_EXPIRY
configDEFAULT_TOKEN_EXPIRY_HOURS
configTOKEN_HASH_ALGORITHM
configENABLE_HTTP_TOKEN_MANAGEMENTexport =true
🔐 secretTOKEN_MANAGEMENT_ADMIN_TOKENAdmin Authentication: Requires for access
configTOKEN_MANAGEMENT_ALLOWED_IPS127.0.0.1,::1
configREQUIRE_ADMIN_AUTHexport =true
configENABLE_QUERY_CACHEEnable query caching (default: true)
configCACHE_TTLCache time-to-live in seconds (default: 300)
configMAX_CACHE_SIZE
configMAX_CONCURRENT_QUERIESMaximum concurrent queries (default: 50)
configQUERY_TIMEOUT60 # Query execution timeout
configMAX_RESPONSE_CONTENT_SIZEMaximum response content size for LLM compatibility (default: 4096, New in v0.4.0)
configLOG_FILE_PATHLog file path (automatically organized by level)
configENABLE_AUDITEnable audit logging (default: true)
configAUDIT_FILE_PATH
configENABLE_LOG_CLEANUPEnable automatic log cleanup (default: true, Enhanced in v0.5.0)
configLOG_MAX_AGE_DAYSMaximum age of log files in days (default: 30, Enhanced in v0.5.0)
configLOG_CLEANUP_INTERVAL_HOURSLog cleanup check interval in hours (default: 24, Enhanced in v0.5.0)
configENABLE_METRICS
configMETRICS_PORT
configHEALTH_CHECK_PORT
configENABLE_ALERTS
configALERT_WEBHOOK_URL
configADBC_DEFAULT_MAX_ROWSDefault maximum rows for ADBC queries (default: 100000)
configADBC_DEFAULT_TIMEOUTDefault ADBC query timeout in seconds (default: 60)
configADBC_DEFAULT_RETURN_FORMATDefault return format - arrow/pandas/dict (default: arrow)
configADBC_CONNECTION_TIMEOUTADBC connection timeout in seconds (default: 30)
configADBC_ENABLEDEnable/disable ADBC tools (default: true)
configDATA_QUALITY_MAX_COLUMNS_PER_BATCH
configDATA_QUALITY_DEFAULT_SAMPLE_SIZE
configDATA_QUALITY_SMALL_TABLE_THRESHOLD
configDATA_QUALITY_MEDIUM_TABLE_THRESHOLD
configDATA_QUALITY_ENABLE_BATCH_ANALYSIS
configDATA_QUALITY_BATCH_TIMEOUT
configDATA_QUALITY_ENABLE_FAST_MODE
configDATA_QUALITY_FAST_MODE_SAMPLE_SIZE
configDATA_QUALITY_ENABLE_DISTRIBUTION_ANALYSIS
configDATA_QUALITY_HISTOGRAM_BINS
configWORKERS1 is required. WORKERS=0 expands to CPU count and fails when Doris-backed OAuth is enabled.
configENABLE_MULTI_DATABASE
configMULTI_DATABASE_NAMES
configDB_DATABASE
configMETADATA_CACHE_TTL
configENABLE_TABLE_HIERARCHY
configEXCLUDED_DATABASES
configTABLE_HIERARCHY_PATTERNS
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

50/50 tools missing one or more hints — exec_query_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_table_schema_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_db_table_list_tool (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +47 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tool inputs are validated

24/25 tool handlers declare input schemas (96%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tool handlers catch errors

Only 0/25 tool handlers wrap calls in try/catch (0%)

Wrap each tool handler body in try/catch and return a structured error response.

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 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/apache/doris-mcp-server)](https://m8ven.ai/mcp/apache/doris-mcp-server)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 0e843ae3432115ea5895fbd90a97d495c77f911c
code hash: a54320ca06a6fe34b05fbad2325c2bbef6b96c9b07a4227fd975d1998e16bb83
verified: 7/24/2026, 8:52:48 AM
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client