uncleg-dev/mariadb-mcp
3.2
If you are the rightful owner of mariadb-mcp 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 and advanced vector/embedding-based search.
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.
create_vector_store
Creates a new vector store for embeddings.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client