mariadb-mcp.md

MariaDB MCP

from"mariadb"
420

Standard interface for managing and querying MariaDB databases

Databases
MariaDBSQLMySQLdatabase
install.sh
# Clone the repository
$git clone https://github.com/mariadb/mcp
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve