dbmcp-mysql
MySQL / MariaDB backend for dbmcp — the single-binary MCP server that lets your AI assistant talk to SQL databases.
What you get
MysqlHandlerready to plug into anyrmcp::ServerHandler-compatible MCP transport- Full MCP tool surface:
listDatabases,listTables(withdetailed: true),listViews,listTriggers,listFunctions,listProcedures,readQuery,writeQuery,explainQuery,createDatabase,dropDatabase,dropTable - Read-only by default — write tools hidden unless explicitly disabled
MULTI_STATEMENTScleared at connect time- Parameterised queries everywhere — user values never touch SQL strings
- Optional PII redaction on every
readQuerypayload - MariaDB compatible — same handler