MCP Servers

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

S
Springboot MCP Server

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

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

需使用jdk17+   

源码中deepseek的api-key需替换为自己的

Quick Setup
Installation guide for this server

Installation Command (package not published)

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

Cursor configuration (mcp.json)

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