66
/ 100
27 days ago
mcp_so

Simple MCP MySQL Server

A lightweight MCP server for MySQL, built with python

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.
🔐
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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configDB_HOSTexport =localhost # Database host
configDB_USERexport =your_username # Database username
🔐 secretDB_PASSWORDexport =your_password # Database password
configDB_NAMEexport =your_database # Database name
configDB_PORTexport =3306 # Database port (defaults to 3306 if not specified)
// 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/alexcc4-mcp-mysql-server-y31f96)](https://m8ven.ai/mcp/alexcc4-mcp-mysql-server-y31f96)
commit: 4b9d4916038ded842443d3aad789c405d0442871
code hash: ff6d893ae577dec2154e82aa37b0aaf7aaf2336e555a131b46103c43dc1f93e7
verified: 7/4/2026, 9:16:43 AM
view raw JSON →