74
grade C
10 days ago
smithery

MySQL Database Access

Access your MySQL databases securely and efficiently. List databases, tables, and execute read-only SQL queries without the risk of data modification. Simplify your database interactions with a robust, read-only interface.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMYSQL_CONNECTION_LIMITControl the maximum number of connections in the pool (default: 10)
configMYSQL_CONNECT_TIMEOUT"": "10000",
configMYSQL_DATABASEDefault database name (optional)
configMYSQL_HOSTDatabase server hostname
configMYSQL_IDLE_TIMEOUT"": "60000",
configMYSQL_MAX_IDLESet the maximum number of idle connections to keep in the pool
🔐 secretMYSQL_PASSWORDDatabase password (optional, but recommended for secure connections)
configMYSQL_PORTDatabase server port (default: 3306)
configMYSQL_QUEUE_LIMITSet the maximum number of connection requests to queue (default: 0, unlimited)
configMYSQL_USERDatabase 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 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/dpflucas-mysql-mcp-server-168zaf)](https://m8ven.ai/mcp/dpflucas-mysql-mcp-server-168zaf)
commit: fe67cde3b3614d4e69515cb3170cb11740931b97
code hash: 8d24713c8b7e2a9eb0944019f42beb6888d6ca456cfa8dc2191573018d8e6572
verified: 4/11/2026, 1:33:39 PM
view raw JSON →