MySQL数据库浏览器
STDIO用于MySQL数据库操作的MCP服务器
用于MySQL数据库操作的MCP服务器
Spring Boot server implementing Model Context Protocol (MCP) for MySQL database operations.
query
sql
(string)listAllTablesName
getTableSchema
tableName
(string)Maven build:
mvn install
Add this to your mcp server config file:
{ "mysql-server": { "command": "java", "args": [ "-jar", "{{ProjectDirectory}}\\target\\mcp-mysql-server-1.0.0.jar" ], "env": { "SPRING_DATASOURCE_URL": "jdbc:mysql://username:password@localhost:3306/database" } } }
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.