xianzong85_mysql-server-MCP-Server
If you are the rightful owner of xianzong85_mysql-server-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 for MySQL database access
The MySQL MCP Server is a TypeScript-based server designed to facilitate interaction with MySQL databases through the Model Context Protocol (MCP). It provides essential tools for executing SQL queries and managing database connections using environment variables. This server is particularly useful for developers looking to integrate MySQL database operations within their applications using MCP. By leveraging the server's capabilities, users can execute SQL queries efficiently and retrieve results seamlessly. The server is configured using environment variables, ensuring secure and flexible database connections. Additionally, it supports development features such as auto-rebuild and debugging tools to enhance the development experience.
Features
- query: Execute SQL queries with a required SQL query string parameter and return query results.
- Connection Management: Connect to MySQL databases using environment variables for host, user, password, and database name.
- Development Tools: Includes scripts for installing dependencies, building the server, and auto-rebuilding during development.
- Debugging Support: Utilizes MCP Inspector for debugging, providing a URL for accessing debugging tools in the browser.