Mariadb
Createdabel9851
Provides read-only access to MariaDB databases via the Model Context Protocol (MCP).
About
The Mariadb server implements the Model Context Protocol (MCP) to expose data from MariaDB databases. It allows read-only queries and provides schema information, making it suitable for integrating MariaDB data with applications that use the MCP standard, such as Claude Desktop. The server offers tools for executing read-only database operations and retrieving schema lists, enabling a streamlined approach to data access and exploration.
Key Features
- Exposes schema list in database
- Provides a 'query_database' tool for read-only operations
Use Cases
- Integrating MariaDB data with Claude Desktop
- Accessing MariaDB data using the MCP protocol
- Performing read-only queries against a MariaDB database