mcp-server-mysql

mcp-server-mysql

3.3

If you are the rightful owner of mcp-server-mysql 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 for secure interaction with MySQL databases.

The MySQL MCP Server is a Java-based implementation of a Model Context Protocol server, originally converted from a Python codebase. It facilitates secure and structured interaction with MySQL databases, allowing AI assistants to list tables, read data, and execute SQL queries through a controlled interface. This server is designed to enhance database exploration and analysis while maintaining security and proper error handling. It is particularly useful for environments where database access needs to be tightly controlled and monitored. The server supports secure database access through environment variables and provides comprehensive logging to ensure all operations are tracked. It is a valuable tool for developers and data scientists who require a reliable and secure method to interact with MySQL databases.

Features

  • List available MySQL tables as resources
  • Read table contents
  • Execute SQL queries with proper error handling
  • Secure database access through environment variables
  • Comprehensive logging