rocknroll17/MariaDB-MCP-Server
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.
The MCP MariaDB Server provides a Model Context Protocol (MCP) interface for managing and querying MariaDB databases, supporting both standard SQL operations.
Tools
Functions exposed to the LLM to take actions
list_databases
Lists all accessible databases.
list_tables
Lists all tables in a specified database.
get_table_schema
Retrieves schema for a table (columns, types, keys, etc.).
execute_sql
Executes a read-only SQL query.
explain_query
Executes EXPLAIN on a SQL query for performance analysis.
explain_query_extended
Executes EXPLAIN EXTENDED on a SQL query for detailed performance analysis.
get_usage_guide
Provides comprehensive usage guide for all available MCP tools.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client