MySQL database integration with configurable access controls and schema inspection
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.
process.env. You'll be asked to provide them before it can run.MYSQL_SSH_ENABLE— false # Set to true to enableMYSQL_HOST— localhost # Database hostMYSQL_PORT— 3306 # Optional: Database port (defaults to 3306 if not specified)MYSQL_SSH_HOST— SSH jump hostMYSQL_SSH_PORT— 22 # SSH portMYSQL_SSH_USER— SSH usernameMYSQL_SSH_KEY_PATH— Path to SSH private keyMYSQL_SSH_REMOTE_HOST— localhost # Host from the perspective of the jump hostMYSQL_SSH_REMOTE_PORTMYSQL_LOCAL_PORTMYSQL_USER— your_usernameMYSQL_PASSWORD— your_passwordMYSQL_DATABASE— Multi-database mode (Optional )MYSQL_CHARSETMYSQL_COLLATION— utf8mb4_unicode_ciMYSQL_SQL_MODE— TRADITIONAL # SQL mode applied to the connection (default: TRADITIONAL)MYSQL_CONNECT_TIMEOUT— 10 # Timeout in secondsMYSQL_AUTH_PLUGIN— e.g., mysql_native_password for older MySQL versionsMYSQL_USE_PURE— false # Force the pure-Python connector (default: false)MYSQL_RAISE_ON_WARNINGS— false # Raise on SQL warnings (default: false)MYSQL_SSL_MODE— DISABLED # DISABLED, REQUIRED, VERIFY_CA, VERIFY_IDENTITYMYSQL_SSL_CAMCP_TRANSPORT— SSE/HTTP transport support (=sse)MCP_SSE_HOST— 0.0.0.0 # Listen on all interfaces (required for Docker/hosting)MCP_SSE_PORT— PORT=8000 # HTTP port (fallback for )PORT— 8000 # HTTP port (fallback for MCP_SSE_PORT)[](https://m8ven.ai/mcp/designcomputer-mysql-mcp-server-cvagj5)