54dabang/mysql-mcp-server
3.1
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 dayong@mcphub.com.
The Mysql-Mcp-Server is a Java-based MCP server designed to support multiple data sources and integrate seamlessly with Spring Boot applications.
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"
]
}
}
}