tresende/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 server-side event (SSE) based Model Context Protocol (MCP) server designed to facilitate real-time communication between clients and servers.
Spring MCP Server(SSE)
To Run
1- ./gradlew bootRun
This will start the server on port 8080 by default.
2- Add MCP Configuration
VSCode Example:
{
"mcp": {
"servers": {
"tresende-mcp-server": {
"type": "sse",
"url": "http://localhost:8080/sse"
}
}
}
}