SergeyA83/spring-mcp-server
3.1
If you are the rightful owner of spring-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.
The Spring MCP Server is a model context protocol server designed to facilitate the deployment and management of machine learning models using the Spring framework.
Spring MCP Server Example
Build from Source
#Building the application from the root directory of the project
./gradlew clean build
#Building the Docker image
docker build --tag=spring-mcp-server:latest .
#Running in Docker
docker run -p 8080:8080 spring-mcp-server:latest