Mcp Spring Server Samples

by DAVIDMATHIAS

185 downloads
Not rated
GitHub

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

- 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>
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.