74
/ 100
1 month ago
glama

MySQL MCP Server

A Model Context Protocol server for MySQL databases that enables AI assistants to query schemas, execute SQL with permission controls, and manage databases through standardized tools.

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 1 credential: DB_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// known CVEs in dependencies2 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

low@nestjs/common@11.0.1GHSA-cj7v-w2c7-cp7c

nest allows a remote attacker to execute arbitrary code via the Content-Type header

low@nestjs/core@11.0.1GHSA-36xv-jgw5-4q75

@nestjs/core Improperly Neutralizes Special Elements in Output Used by a Downstream Component ('Injection')

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configALLOW_DDLfalse Allow CREATE/ALTER/DROP/TRUNCATE
configALLOW_DELETEfalse Allow DELETE
configALLOW_INSERTfalse Allow INSERT
configALLOW_SELECTtrue Allow SELECT queries
configALLOW_UPDATEfalse Allow UPDATE
configALLOW_VIEWtrue Allow SHOW / DESCRIBE
configDB_HOSTexport =localhost
configDB_NAMEexport =your_database
🔐 secretDB_PASSWORDexport =your_password
configDB_POOL_ACQUIRE_TIMEOUT
configDB_POOL_MAX10 Max pool connections
configDB_POOL_MIN2 Min pool connections
configDB_PORTexport =3306
configDB_QUERY_TIMEOUT
configDB_USERexport =root
configDRY_RUNMode Validate SQL queries without returning actual data
configLOG_DIR./logs Log directory
configLOG_LEVELinfo Log level: debug/info/warn/error
configMCP_HOST
configMCP_PORT
configMCP_SERVER_NAMEmysql-mcp-server Server name — used as log file prefix
configMCP_SERVER_VERSION
configMCP_TRANSPORTstdio Transport: stdio/http-sse/streamable-http
// 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 1 concrete improvement 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/cobaltblue3699-mysql-mcp-server-15m8ql)](https://m8ven.ai/mcp/cobaltblue3699-mysql-mcp-server-15m8ql)
commit: 1ce6f860eac788f888d5afbd8a76c90fdf3d268b
code hash: 95f00ad483d6bdcfb1c8b8b25fde3c03478dc66edda4b811cd56b830ef15cd2c
verified: 6/13/2026, 10:02:48 AM
view raw JSON →