mysql-mcp-server-sse (mangooer/mysql-mcp-server-sse) is an MCP server listed on the M8ven Trust Index. M8ven has not graded it: there is no public source to read and no endpoint we can reach, so there is nothing for us to inspect. No publisher has claimed this listing.

C
Emerging
74/100
13 days ago

mysql-mcp-server-sse

A server that provides MySQL database operations through SSE (Server-Sent Events) based on the MCP (Model-Controller-Provider) framework, enabling real-time data transmission from MySQL databases.

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

mangooer

Source: modelscope

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 1 credential: MYSQL_PASSWORD
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.
configSENSITIVE_INFO_FIELDS自定义敏感字段模式(逗号分隔) / Custom sensitive fields (空/empty)
configALLOW_SENSITIVE_INFO允许查询敏感字段 / Allow sensitive info (true/false) false
configHOSTe =0.0.0.0 \
configMYSQL_HOSTe =your_mysql_host \
configMYSQL_USERe =your_mysql_user \
🔐 secretMYSQL_PASSWORDe =your_mysql_password \
configMYSQL_DATABASEe =your_database \
configMYSQL_PORTMySQL服务器端口 / MySQL server port 3306
configDB_CONNECTION_TIMEOUT连接超时时间(秒) / Connection timeout (seconds) 5
configDB_AUTH_PLUGIN认证插件类型 / Auth plugin type mysql_native_password
configDB_POOL_MIN_SIZE连接池最小连接数 / Pool min size 5
configDB_POOL_MAX_SIZE连接池最大连接数 / Pool max size 20
configDB_POOL_RECYCLE连接回收时间(秒) / Pool recycle time (seconds) 300
configDB_POOL_MAX_LIFETIME连接最大存活时间(秒, 0=不限制) / Max lifetime (sec) 0
configDB_POOL_ACQUIRE_TIMEOUT获取连接超时时间(秒) / Acquire timeout (seconds) 10.0
configDB_POOL_ENABLED是否启用连接池 / Enable connection pool (true/false) true
configENV_TYPE环境类型(development/production) / Env type development
configALLOWED_RISK_LEVELS允许的风险等级(逗号分隔) / Allowed risk levels LOW,MEDIUM
configMAX_SQL_LENGTH最大SQL语句长度 / Max SQL length 5000
configBLOCKED_PATTERNS阻止的SQL模式(逗号分隔) / Blocked SQL patterns (空/empty)
configENABLE_QUERY_CHECK启用查询安全检查 / Enable query check (true/false) true
configENABLE_DATABASE_ISOLATION启用数据库隔离 / Enable database isolation (true/false) false
configDATABASE_ACCESS_LEVEL数据库访问级别 / Database access level (strict/restricted/permissive) permissive
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// 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

12/12 tools missing one or more hints — mysql_show_databases (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); mysql_show_variables (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); mysql_show_status (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +9 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.

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 3 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/mangooer-mysql-mcp-server-sse-yrbyvi)](https://m8ven.ai/mcp/mangooer-mysql-mcp-server-sse-yrbyvi)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: adf5c73dcc179a22e72b8a47b7c43bde3199ea1b
code hash: 12fbe551bd420f5adc2a6a78ff9696daae9eaeae8ce333884735698fe298b8a0
verified: 8/13/2026, 8:46:20 PM
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