akworob/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 dayong@mcphub.com.
MariaDB MCP Server is a powerful Model Context Protocol server that enables AI assistants like Claude to interact with MariaDB databases, providing comprehensive database access with schema exploration, query execution, and advanced features.
Tools
Functions exposed to the LLM to take actions
list_databases
List all accessible databases on the MariaDB server.
list_tables
List all tables in a specific database with metadata.
get_table_schema
Get detailed schema information for a specific table.
execute_query
Execute SQL queries against the database.
get_database_stats
Get statistics and metadata about a database.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client