Mysql-Mcp-Server

by Jasondeepny

152 downloads
Not rated
GitHub

About

Mysql-Mcp-Server is a Model Context Protocol server implemented in Java as a Spring Boot starter. It supports multiple data sources and communicates via the STDIO transport.

Details

Author
Jasondeepny
Downloads
152
Categories
Database

- Java-based MCP server using Spring Boot
- Multi‑data‑source support
- STDIO transport for integration
- Packaged as a Spring Boot starter

Build the project with the Maven wrapper (./mvnw clean package -Dmaven.test.skip=true), then configure the server in your MCP client by specifying the java command with datasource connection parameters and the absolute path to the built JAR.

Mysql-Mcp-Server

Project Features:

-- mcp server for Java version -- Support for multiple data sources -- STDIO -- springboot starter

``bash
./mvnw clean package -Dmaven.test.skip=true


json
{
"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"
]
}
}
}
``

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.