bretoreta/mariadb-mcp-server
3.3
If you are the rightful owner of mariadb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This MCP server provides secure and read-only access to MariaDB / MySQL databases, allowing users to list databases, tables, describe schemas, and execute SQL queries.
Tools
Functions exposed to the LLM to take actions
list_databases
Lists all accessible databases on the MariaDB / MySQL server.
list_tables
Lists all tables in a specified database.
describe_table
Shows the schema for a specific table.
execute_query
Executes a SQL query.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client