mcp-server-mariadb
16
The mcp-server-mariadb is an MCP server designed for retrieving data from MariaDB databases. It provides features like schema exposure and read-only database queries. It supports configuration with Claude Desktop and is licensed under the MIT license.
What is the primary function of the MCP Server for MariaDB?
The primary function is to facilitate data retrieval from MariaDB databases through read-only operations.
How can I resolve the 'mariadb_config not found' error on Mac?
Install the MariaDB Connector/C using Homebrew and set the MARIADB_CONFIG environment variable.
Can the MCP Server for MariaDB be used with Claude Desktop?
Yes, it can be integrated with Claude Desktop by configuring the appropriate settings in the configuration file.
What license is the MCP Server for MariaDB distributed under?
It is distributed under the MIT license.
What are the necessary environment variables for development servers?
The necessary environment variables include MARIADB_HOST, MARIADB_USER, MARIADB_PASSWORD, MARIADB_DATABASE, and MARIADB_PORT.