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.
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
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
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.
JWT_PRIVATE_KEYJWT_PUBLIC_KEYDEFAULT_ADMIN_TOKENDefault admin token (customizable via env)DEFAULT_ADMIN_DESCRIPTIONDEFAULT_ANALYST_TOKENDefault analyst token (customizable via env)DEFAULT_ANALYST_DESCRIPTIONDEFAULT_READONLY_TOKENDefault readonly token (customizable via env)DEFAULT_READONLY_DESCRIPTIONSERVER_VERSIONSERVER_HOSTSERVER_PORTTRANSPORTDORIS_HOSTexport ="127.0.0.1"DORIS_USERexport ="root"DORIS_PASSWORDexport ="your_password"DORIS_DATABASEDefault database name (default: information_schema)LOG_LEVELLog level (DEBUG/INFO/WARNING/ERROR, default: INFO)SERVER_NAMEFE_ARROW_FLIGHT_SQL_PORTFrontend Arrow Flight SQL port for ADBC (New in v0.5.0)BE_ARROW_FLIGHT_SQL_PORTBackend Arrow Flight SQL port for ADBC (New in v0.5.0)DORIS_PORTexport ="9030"DORIS_FE_HTTP_PORTDORIS_BE_HOSTSBE nodes for monitoring (comma-separated, optional - auto-discovery via SHOW BACKENDS if empty)DORIS_BE_WEBSERVER_PORTBE webserver port for monitoring tools (default: 8040)DORIS_MAX_CONNECTIONSMaximum connection pool size (default: 20)DORIS_CONNECTION_TIMEOUTDORIS_HEALTH_CHECK_INTERVALDORIS_MAX_CONNECTION_AGEENABLE_TOKEN_AUTHexport =trueENABLE_JWT_AUTHEnable JWT authentication (default: false)ENABLE_OAUTH_AUTHEnable OAuth authentication (default: false)OAUTH_ENABLEDENABLE_DORIS_OAUTH_AUTHEnable Doris-backed OAuth authentication (default: false)DORIS_OAUTH_BASE_URLPublic base URL used by Doris-backed OAuth discovery and token endpointsDORIS_OAUTH_DB_TOOLS_ENABLEDtrue opens the reviewed metadata bucket. The reviewed tools are:DORIS_OAUTH_QUERY_TOOLS_ENABLEDDORIS_OAUTH_EXPLAIN_TOOLS_ENABLEDAUTH_TYPELegacy authentication type (token/basic/oauth, deprecated - use individual switches)TOKEN_SECRETLegacy token secret key (use token-based auth instead)TOKEN_EXPIRYMAX_RESULT_ROWSMaximum result rows (default: 10000)MAX_QUERY_COMPLEXITYENABLE_SECURITY_CHECKEnable/disable SQL security validation (default: true)BLOCKED_KEYWORDSComma-separated list of blocked SQL keywordsENABLE_MASKINGEnable data masking (default: true)TOKEN_FILE_PATHPath to tokens.json file for token management (default: tokens.json)ENABLE_TOKEN_EXPIRYDEFAULT_TOKEN_EXPIRY_HOURSTOKEN_HASH_ALGORITHMENABLE_HTTP_TOKEN_MANAGEMENTexport =trueTOKEN_MANAGEMENT_ADMIN_TOKENAdmin Authentication: Requires for accessTOKEN_MANAGEMENT_ALLOWED_IPS127.0.0.1,::1REQUIRE_ADMIN_AUTHexport =trueENABLE_QUERY_CACHEEnable query caching (default: true)CACHE_TTLCache time-to-live in seconds (default: 300)MAX_CACHE_SIZEMAX_CONCURRENT_QUERIESMaximum concurrent queries (default: 50)QUERY_TIMEOUT60 # Query execution timeoutMAX_RESPONSE_CONTENT_SIZEMaximum response content size for LLM compatibility (default: 4096, New in v0.4.0)LOG_FILE_PATHLog file path (automatically organized by level)ENABLE_AUDITEnable audit logging (default: true)AUDIT_FILE_PATHENABLE_LOG_CLEANUPEnable automatic log cleanup (default: true, Enhanced in v0.5.0)LOG_MAX_AGE_DAYSMaximum age of log files in days (default: 30, Enhanced in v0.5.0)LOG_CLEANUP_INTERVAL_HOURSLog cleanup check interval in hours (default: 24, Enhanced in v0.5.0)ENABLE_METRICSMETRICS_PORTHEALTH_CHECK_PORTENABLE_ALERTSALERT_WEBHOOK_URLADBC_DEFAULT_MAX_ROWSDefault maximum rows for ADBC queries (default: 100000)ADBC_DEFAULT_TIMEOUTDefault ADBC query timeout in seconds (default: 60)ADBC_DEFAULT_RETURN_FORMATDefault return format - arrow/pandas/dict (default: arrow)ADBC_CONNECTION_TIMEOUTADBC connection timeout in seconds (default: 30)ADBC_ENABLEDEnable/disable ADBC tools (default: true)DATA_QUALITY_MAX_COLUMNS_PER_BATCHDATA_QUALITY_DEFAULT_SAMPLE_SIZEDATA_QUALITY_SMALL_TABLE_THRESHOLDDATA_QUALITY_MEDIUM_TABLE_THRESHOLDDATA_QUALITY_ENABLE_BATCH_ANALYSISDATA_QUALITY_BATCH_TIMEOUTDATA_QUALITY_ENABLE_FAST_MODEDATA_QUALITY_FAST_MODE_SAMPLE_SIZEDATA_QUALITY_ENABLE_DISTRIBUTION_ANALYSISDATA_QUALITY_HISTOGRAM_BINSWORKERS1 is required. WORKERS=0 expands to CPU count and fails when Doris-backed OAuth is enabled.ENABLE_MULTI_DATABASEMULTI_DATABASE_NAMESDB_DATABASEMETADATA_CACHE_TTLENABLE_TABLE_HIERARCHYEXCLUDED_DATABASESTABLE_HIERARCHY_PATTERNSTool 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.
[](https://m8ven.ai/mcp/apache/doris-mcp-server)?variant=verified to the badge URL.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