mcp_server_mariadb_reader

mcp_server_mariadb_reader

3.2

If you are the rightful owner of mcp_server_mariadb_reader 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.

MariaDB Reader MCP Server is designed to facilitate exploration and interaction with MariaDB databases through the Model Context Protocol (MCP). It provides tools for AI assistants like Cline to access and query MariaDB databases.

The MariaDB Reader MCP Server is a specialized server that allows users to interact with MariaDB databases using the Model Context Protocol (MCP). This server is particularly useful for AI assistants, enabling them to access and retrieve information from MariaDB databases efficiently. The server offers a set of tools that allow users to list databases, list tables within a database, get the schema of a specific table, and query data from tables. The server is designed to be easy to set up and use, with pre-built executables included in the repository, eliminating the need for a separate build process. Users can clone the repository, configure their MCP client with the server details, and start querying their MariaDB databases. The server supports basic operations such as listing databases and tables, retrieving table schemas, and querying table data with a default limit of 100 rows.

Features

  • list_databases: Returns a list of all accessible databases.
  • list_tables: Returns a list of all tables within a specified database.
  • get_table_schema: Returns the schema (column definitions) of a specified table.
  • query_table: Queries data from a specified table, returning the first 100 rows by default.