This is a Spring Boot implementation of an MCP server that demonstrates how to build AI-powered greeting tools using Spring AI. It's essentially a reference example showing the integration pattern between MCP and Spring's AI framework. You'd reach for this if you're building Spring Boot services that need to expose AI capabilities through the Model Context Protocol, or if you want to see how Spring AI can be packaged as MCP tools. The greeting functionality itself is straightforward, but the real value is in the architectural pattern it demonstrates for Java developers already working in the Spring ecosystem who want to add MCP support to their applications.
claude mcp add --transport stdio io.github.yotamfreund-eng-greeting -- docker run -i --rm ghcr.io/yotamfreund-eng/mcp-greeting-server:latest