Loading MCP server directory, please wait...
MCP server providing personalized greetings with AI-powered tools using Spring Boot and Spring AI
npx @getmcp/cli add io.github.yotamfreund-eng/greetingRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.yotamfreund-eng/greeting": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/yotamfreund-eng/mcp-greeting-server:latest"
]
}
}
}