71
/ 100
1 month ago
glama

MariaDB MCP Server

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.

Is this your MCP?

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.

// key findings
5 tools verified — handlers match their declared behaviour
4 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: MARIADB_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.
configMARIADB_USERexport ="your_username" # Database username
🔐 secretMARIADB_PASSWORDexport ="your_password" # Database password
configMARIADB_HOSTexport ="localhost" # Database server hostname
configMARIADB_PORTexport ="3306" # Database server port
configMARIADB_DATABASEexport ="" # Default database (optional)
configMARIADB_POOL_SIZEexport ="5" # Connection pool size (default: 5)
configMARIADB_READ_ONLYexport ="true" # Set to "false" to allow write queries
// 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 2 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/akworob-mariadb-mcp-server-saz4ji)](https://m8ven.ai/mcp/akworob-mariadb-mcp-server-saz4ji)
commit: ebf65dc74ccb1e1d88abf4cae750539c73666ded
code hash: fa95413351bddb553fd60c6a554412336561f310ef669317cce1f3fa54f50d9d
verified: 6/17/2026, 12:43:14 PM
view raw JSON →