java-mcp-hub

joaogabriel43/java-mcp-hub
★ 0 stars Java 🤖 AI/LLM Updated today
A production-ready Model Context Protocol (MCP) server built with Java 21 and Spring AI. Exposes business tools to AI agents using Clean Architecture.java, spring-boot, spring-ai, mcp, model-context-protocol, llm, ai-agents, clean-architecture
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": {
    "java-mcp-hub": {
      "command": "npx",
      "args": [
        "-y",
        "joaogabriel43/java-mcp-hub"
      ]
    }
  }
}

README Excerpt

<div align="center"> **Production-grade multi-module library for building MCP servers in Java with Spring AI** </div> --- **JavaMCPHub** provides a clean, modular foundation for building [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) servers in Java. It leverages **Spring AI's MCP integration** to offer declarative tool registration, automatic JSON schema generation, and robust stdio transport — all following Clean Architecture principles.

Tools (1)

health_check