spring-boot-mcp

sawyer-shi/spring-boot-mcp
★ 3 stars Java 📦 Other Updated 5mo ago
Only add a Controller Class to make your Spring project be a MCP server【添加一个Controller让你的Spring秒变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": {
    "spring-boot-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "sawyer-shi/spring-boot-mcp"
      ]
    }
  }
}