mysql-query-mcp-server
If you are the rightful owner of mysql-query-mcp-server 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.
A Model Context Protocol (MCP) server that provides read-only MySQL database queries for AI assistants.
The MySQL Query MCP Server is a specialized tool designed to facilitate read-only interactions with MySQL databases through AI assistants. It allows users to execute SELECT, SHOW, and DESCRIBE queries, providing a secure and efficient way to explore and investigate data without the risk of data modification. The server supports multiple predefined environments such as local, development, staging, and production, ensuring flexibility and adaptability to various deployment scenarios. With SSL support and query timeouts, it ensures secure and efficient database access. This tool is particularly useful for data exploration and analysis, making it an ideal choice for AI-driven applications that require database insights without the need for write operations.
Features
- Read-Only Queries: Execute SELECT, SHOW, and DESCRIBE queries only, ensuring data integrity.
- Predefined Environments: Supports local, development, staging, and production environments for flexible deployment.
- SSL Connections: Provides secure database access through SSL connections.
- Query Timeouts: Implements timeouts to prevent long-running operations.
- Environment Listing: Lists all available database environments for easy management.
Tools
query
Execute read-only SQL queries against a specific environment.
info
Get detailed information about your database.
environments
List all configured environments from your configuration.