Enables AI assistants to interact with MariaDB databases through schema exploration, query execution, and database statistics. Includes security features like read-only mode, parameterized queries, and connection pooling with support for both JSON and Markdown output formats.
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.MARIADB_USER— export ="your_username" # Database usernameMARIADB_PASSWORD— export ="your_password" # Database passwordMARIADB_HOST— export ="localhost" # Database server hostnameMARIADB_PORT— export ="3306" # Database server portMARIADB_DATABASE— export ="" # Default database (optional)MARIADB_POOL_SIZE— export ="5" # Connection pool size (default: 5)MARIADB_READ_ONLY— export ="true" # Set to "false" to allow write queries[](https://m8ven.ai/mcp/akworob-mariadb-mcp-server-saz4ji)