springboot-mcp-server

Hywzy/springboot-mcp-server
★ 3 stars Java 📦 Other Updated 4mo ago
SpringBoot RestFul接口改造为MCP智能服务基础框架-服务端
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "springboot-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Hywzy/springboot-mcp-server"
      ]
    }
  }
}