74
/ 100
1 month ago
glama

easy-mysql-mcp

Enables AI assistants to inspect and query a MySQL database through safe, structured tools, including schema discovery and read-only queries.

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 2 credentials: MYSQL_PASSWORD, TEST_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.
configMYSQL_APPROVAL_TTL_SECONDSNo 300 Number of seconds a pending approval remains valid
configMYSQL_BATCH_MAX_SIZENo 100 Maximum number of parameter sets per internal batch for mysql_batch_execute
configMYSQL_DATABASEYes - Default database/schema
configMYSQL_HOSTYes - MySQL host name or IP address
configMYSQL_LOG_PATHNo logs Directory used for batch execution and CSV import log files
configMYSQL_MCP_ALLOW_TABLESNo - Comma-separated table allowlist, such as users,orders
configMYSQL_MCP_DENY_TABLESNo - Comma-separated table denylist, such as payments,secrets
configMYSQL_MCP_MODENo readwrite MCP policy mode. Use readonly to disable write execution or advanced to enable schema modification tools
🔐 secretMYSQL_PASSWORDYes - MySQL password
configMYSQL_POLICY_HOOKNo - HTTP POST URL for external accept/reject/approval policy decisions
configMYSQL_PORTNo 3306 MySQL port
configMYSQL_READ_ONLYNo false When true, enables read-only mode and does not register mysql_execute
configMYSQL_USERYes - MySQL user name
configTEST_DBtest_database
configTEST_HOST
🔐 secretTEST_PASSWORDtest_password
configTEST_PORT
configTEST_USERNAME
// 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/chenkumi-easy-mysql-mcp-194du8)](https://m8ven.ai/mcp/chenkumi-easy-mysql-mcp-194du8)
commit: 421448e9d9b5bf1d07531fa6cc984887cf8392a1
code hash: 563ce39cd52f97ac41e47f2f23907946fbcc0e4bbde4d2b6c138c43a9d6a64fe
verified: 6/10/2026, 10:48:42 AM
view raw JSON →