MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

S
Spring Boot MCP Demo

SpringBoot RestFul接口改造为MCP智能服务基础框架-应用端

Created 12/11/2025
Updated 2 days ago
Repository documentation and setup instructions

说明

有读者反馈想要源码自己实践下,就搞个仓库传上来。

项目结构和代码不是很规范,当时写文章重在跑通上,还请大家不要学,看实践就好!

原文来自以下平台:

https://juejin.cn/post/7483454392979570700

https://blog.csdn.net/m0_60925013/article/details/146393912?spm=1001.2014.3001.5501

https://cloud.tencent.com.cn/developer/article/2506434

https://developer.aliyun.com/article/1657752?spm=a2c6h.13262185.profile.12.68bb606c9YqAqv

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/Hywzy/spring-boot-mcp-demo
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "hywzy-spring-boot-mcp-demo": { "command": "git", "args": [ "clone", "https://github.com/Hywzy/spring-boot-mcp-demo" ] } } }