MCP.so
登录

Mcp Spring Server Samples

@DAVIDMATHIAS

关于 Mcp Spring Server Samples

暂无概览

基本信息

分类

其他

运行时

java

传输方式

stdio

发布者

DAVIDMATHIAS

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Spring Server Samples?

A sample MCP server implementation using Spring Boot that demonstrates how to expose an MCP server with SSE (Server-Sent Events) transport. It is intended for developers learning to build MCP servers.

How to use Mcp Spring Server Samples?

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

Key features of Mcp Spring Server Samples

  • Demonstrates MCP server with SSE transport
  • Based on Spring Boot framework
  • Simple local development setup

Use cases of Mcp Spring Server Samples

  • Learning how to build an MCP server with Spring
  • Testing local MCP integrations in VS Code

FAQ from Mcp Spring Server Samples

What transport does the server use?

SSE (Server-Sent Events) via HTTP at http://localhost:8081/sse.

How do I configure the client to connect to this server?

Add the JSON configuration block to your .vscode/mcp.json with the specified type, url, and a server name of your choice.

What is the default URL of the server?

http://localhost:8081/sse.

评论

其他 分类下的更多 MCP 服务器