dbmcp-mysql 0.13.2

MySQL/MariaDB for dbmcp
Documentation

dbmcp-mysql

Crates.io Docs.rs CI License: MIT

MySQL / MariaDB backend for dbmcp — the single-binary MCP server that lets your AI assistant talk to SQL databases.

What you get

  • MysqlHandler ready to plug into any rmcp::ServerHandler-compatible MCP transport
  • Full MCP tool surface: listDatabases, listTables (with detailed: true), listViews, listTriggers, listFunctions, listProcedures, readQuery, writeQuery, explainQuery, createDatabase, dropDatabase, dropTable
  • Read-only by default — write tools hidden unless explicitly disabled
  • MULTI_STATEMENTS cleared at connect time
  • Parameterised queries everywhere — user values never touch SQL strings
  • Optional PII redaction on every readQuery payload
  • MariaDB compatible — same handler

See the main crate: dbmcp · Website · Docs