spring-boot-mcp-server

anirbandashfx-commits/spring-boot-mcp-server
★ 0 stars Unknown language AI/LLM Updated today
Spring Boot MCP server — connects existing Java services to AI agents (Claude, Copilot, Cursor) via SSE and stdio. Production-ready with database, REST API, and file system tools.
View on GitHub → Try with Claude — $10 free →

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-serv": {
      "command": "npx",
      "args": [
        "-y",
        "anirbandashfx-commits/spring-boot-mcp-server"
      ]
    }
  }
}