mcp
If you are the rightful owner of 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.
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_database
Creates a new database if it doesn't exist.
create_vector_store
Creates a new vector store (table) for embeddings.
delete_vector_store
Deletes a vector store (table).
list_vector_stores
Lists all vector stores in a database.
insert_docs_vector_store
Batch inserts documents into a vector store.
search_vector_store
Performs semantic search for similar documents using embeddings.