Enables AI assistants to securely interact with MySQL databases through tools for query execution, schema inspection, and transaction management. It features built-in safety controls like row limits and query validation to ensure safe and standardized database access.
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.ALLOW_DDL— Allow DDL operations (CREATE, DROP, ALTER) (default: false)ALLOW_MULTIPLE_STATEMENTS— Allow multiple SQL statements (default: false)MAX_SELECT_ROWS— Maximum rows returned by SELECT queries (default: 1000)MCP_LOG_ENABLEDMCP_LOG_LEVEL— Logging level: debug, info, warn, error (default: info)MYSQL_CONNECTION_LIMIT— Maximum number of connections in pool (default: 10)MYSQL_DATABASE— Database name (required)MYSQL_HOST— MySQL server hostname (default: localhost)MYSQL_PASSWORD— MySQL password (required)MYSQL_PORT— MySQL server port (default: 3306)MYSQL_USER— MySQL username (required)REQUIRE_WHERE_CLAUSE— Require WHERE clause for UPDATE/DELETE (default: true)[](https://m8ven.ai/mcp/za2keep-mysql-mcp-1ur4x8)