mysql-mcp-server-java

mysql-mcp-server-java

6

The MySQL MCP Server is a Spring Boot server designed to implement Model Context Protocol (MCP) for MySQL, offering functionalities like executing SELECT queries, listing database tables, and retrieving table schema information. It is built with Maven and operates under the MIT License.

query

Execute a SELECT SQL query and return the results (SELECT query only)

listAllTablesName

List all table names in the database

getTableSchema

Get the structure information of a specific table, including column name, data type, whether it is nullable and default values