dave-wind_mysql-mcp-server
If you are the rightful owner of dave-wind_mysql-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 server that provides read-only access to MySQL databases, enabling LLMs to inspect database schemas and execute read-only queries.
The @davewind/mysql-mcp-server is a specialized server designed to facilitate read-only interactions with MySQL databases through the Model Context Protocol (MCP). It allows Language Model Machines (LLMs) to access and inspect database schemas and execute read-only SQL queries. The server ensures that all operations are compliant with the MCP specification, making it a seamless integration point for LLMs that require database access. With features like automatic schema discovery and SQL query execution, it simplifies the process of connecting LLMs to MySQL databases while maintaining strict security protocols to prevent data modification.
Features
- Read-Only Database Access: Enforces read-only operations through SQL validation and READ ONLY transactions.
- Schema Discovery: Automatically identifies and exposes database table structures.
- SQL Query Execution: Provides a query tool that accepts and executes SELECT statements.
- Model Context Protocol Compliance: Implements the MCP specification for seamless integration with compatible LLMs.
- Simple Configuration: Easy setup with minimal configuration required.