MySQL MCP Server
Python MCP server for MySQL database inspection and querying
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"mysql-mcp-server": {
"command": "uvx",
"args": [
"mdev-mysql-mcp-server"
],
"env": {
"MYSQL_HOST": "localhost",
"MYSQL_PORT": "3306",
"MYSQL_USER": "root",
"MYSQL_PASSWORD": "<your-mysql_password>",
"MYSQL_DATABASE": "<mysql_database>",
"MYSQL_POOL_SIZE": "5",
"LOG_LEVEL": "INFO",
"MYSQL_READ_QUERY_LIMIT": "1000"
}
}
}
}MYSQL_HOSTMySQL host
MYSQL_PORTMySQL port
MYSQL_USERMySQL username
MYSQL_PASSWORDMySQL password
MYSQL_DATABASEMySQL database name
MYSQL_POOL_SIZEMySQL connection pool size
LOG_LEVELPython logging level
MYSQL_READ_QUERY_LIMITMaximum rows returned by read queries
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite with PII redaction and write-prevention
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…