Mcp Spring Server Samples
About
## Sample MCP Server Implementation, How to use it <li>Step 1</li> <p>Just run as spring application and add the following configuraiton into the .vscode/mcp.json </p> <code> { "servers": { "my-local-service": { "type": "sse", "url": "http://localhost:8081/sse" } } } </code>
Details
- Author
- DAVIDMATHIAS
- Downloads
- 185
- Categories
- Other
Jump to
- Demonstrates MCP server with SSE transport
- Based on Spring Boot framework
- Simple local development setup
Run the application as a Spring Boot application, then add the provided server configuration to your .vscode/mcp.json file with "type": "sse" and "url": "http://localhost:8081/sse".
Sample MCP Server Implementation, How to use it
<li>Step 1</li> <p>Just run as spring application and add the following configuraiton into the .vscode/mcp.json </p> <code> { "servers": { "my-local-service": { "type": "sse", "url": "http://localhost:8081/sse" } } } </code>Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



