mariadb-mcp-server
7
The MariaDB / MySQL Database Access MCP Server provides a secure and read-only interface for interacting with MariaDB and MySQL databases. It includes features for listing databases and tables, describing schemas, and performing SQL queries, all while preventing unauthorized data modifications.
list_databases
List all accessible databases on MariaDB/MySQL servers
list_tables
List all tables in the specified database
describe_table
Display the structure of a specific table
execute_query
Execute SQL query