MariaDB MySQL MCP Server

JSON →
library 0.0.1 ·javascript
verified Jun 5, 2026

An MCP (Model Context Protocol) server providing read-only access to MariaDB and MySQL databases for AI agents. Version 0.0.1, initial release. Allows listing databases, tables, describing schemas, and executing SELECT queries with built-in security: read-only by default, SQL injection prevention, query timeout, and row limits. Supports both MariaDB and MySQL via environment variable configuration. No known breaking changes yet.