C
Emerging
74/100
3 days ago

doris-mcp-server

Apache Doris MCP Server

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

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: github_code · also listed on modelscope, mcp.so, PulseMCP

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 5 credentials: DORIS_PASSWORD, JWT_PRIVATE_KEY, JWT_PUBLIC_KEY, 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.
configSERVER_HOST
configSERVER_PORT
configTRANSPORT
configDORIS_HOSTexport =127.0.0.1
configDORIS_USERexport =mcp_reader
🔐 secretDORIS_PASSWORDexport ='replace-me'
configDORIS_DATABASEexport =information_schema
configLOG_LEVEL
configSERVER_NAME
configFE_ARROW_FLIGHT_SQL_PORT
configBE_ARROW_FLIGHT_SQL_PORT
🔐 secretJWT_PRIVATE_KEY
🔐 secretJWT_PUBLIC_KEY
configDORIS_HOSTS
configDORIS_PORTexport =9030
configDORIS_FE_HTTP_HOST
configDORIS_FE_HTTP_HOSTS
configDORIS_FE_HTTP_PORT
configDORIS_BE_HOSTS
configDORIS_BE_WEBSERVER_PORT
configDORIS_MAX_CONNECTIONS
configDORIS_CONNECTION_TIMEOUT
configDORIS_HEALTH_CHECK_INTERVAL
configDORIS_MAX_CONNECTION_AGE
configENABLE_TOKEN_AUTH
configENABLE_JWT_AUTH
configENABLE_OAUTH_AUTH
configOAUTH_ENABLED
configOAUTH_SCOPE
configOAUTH_REQUIRED_SCOPE
configENABLE_DORIS_OAUTH_AUTH
configALLOW_UNAUTHENTICATED_NON_LOOPBACK
configDORIS_OAUTH_BASE_URL
configDORIS_OAUTH_CHILD_TOOLS_ENABLED
configDORIS_OAUTH_DB_TOOLS_ENABLED
configDORIS_OAUTH_QUERY_TOOLS_ENABLED
configDORIS_OAUTH_EXPLAIN_TOOLS_ENABLED
configAUTH_TYPE
🔐 secretTOKEN_SECRET
configTOKEN_EXPIRY
configMAX_RESULT_ROWS
configMAX_QUERY_COMPLEXITY
configENABLE_SECURITY_CHECK
configBLOCKED_KEYWORDS
configENABLE_MASKING
configTOKEN_FILE_PATH
configENABLE_TOKEN_EXPIRY
configDEFAULT_TOKEN_EXPIRY_HOURS
configTOKEN_HASH_ALGORITHM
configENABLE_HTTP_TOKEN_MANAGEMENT
🔐 secretTOKEN_MANAGEMENT_ADMIN_TOKEN
configTOKEN_MANAGEMENT_ALLOWED_IPS
configREQUIRE_ADMIN_AUTH
configENABLE_QUERY_CACHE
configCACHE_TTL
configMAX_CACHE_SIZE
configMAX_CONCURRENT_QUERIES
configQUERY_TIMEOUT
configMAX_RESPONSE_CONTENT_SIZE
configLOG_FILE_PATH
configENABLE_AUDIT
configAUDIT_FILE_PATH
configENABLE_LOG_CLEANUP
configLOG_MAX_AGE_DAYS
configLOG_CLEANUP_INTERVAL_HOURS
configENABLE_METRICS
configMETRICS_PORT
configHEALTH_CHECK_PORT
configENABLE_ALERTS
configALERT_WEBHOOK_URL
configADBC_DEFAULT_MAX_ROWS
configADBC_DEFAULT_TIMEOUT
configADBC_DEFAULT_RETURN_FORMAT
configADBC_CONNECTION_TIMEOUT
configADBC_ENABLED
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
configWORKERS
configMCP_ALLOWED_HOSTS
configMCP_ALLOWED_ORIGINS
configENABLE_LEGACY_HTTP_ADAPTERMCP 2025-06-18, must set =true and connect to
configMCP_TOOL_PROVIDERS
configMCP_ADMIN_DOMAIN_ENABLED
configMCP_ADMIN_REQUIRE_CONFIRMATION
configOSSIE_ENABLED
configMETRICFLOW_ENABLED
configENABLE_MULTI_DATABASE
configMULTI_DATABASE_NAMES
configDB_DATABASE
configMETADATA_CACHE_TTL
configENABLE_TABLE_HIERARCHY
// 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

28/28 tools missing one or more hints — dynamic_tool_324 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_364 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); dynamic_tool_633 (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +25 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.

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 2 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-onow2x)](https://m8ven.ai/mcp/apache-doris-mcp-server-onow2x)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 5daf1deb26bc0db02c19bf5ca1d070acea4cfab9
code hash: c878bbc762e15055d4eae88923dffef64e433aca520d33a206cb784c527b8e4c
verified: 8/18/2026, 9:14:35 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