mysql-mcp-server

mysql-mcp-server

3.3

If you are the rightful owner of 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.

Mysql-Mcp-Server is a model context protocol server designed for Java applications, providing support for multiple data sources and integration with Spring Boot.

Mysql-Mcp-Server

Project Features:

-- mcp server for Java version
-- Support for multiple data sources
-- STDIO 
-- springboot starter
  ./mvnw clean package -Dmaven.test.skip=true
    {
      "mcpServers": {
        "mysql-mcp-server": {
          "command": "java",
          "args": [
            "-Dspring.datasource.url= *",
            "-Dspring.datasource.username= *",
            "-Dspring.datasource.password= *",
            "-jar",
            "/absolute/path/mysql-mcp-server-0.0.1-SNAPSHOT.jar"
          ]
        }
      }
    }