Skip to content
Cursor

MCP Greeting Server for Cursor

io.github.yotamfreund-eng/greeting

MCP server providing personalized greetings with AI-powered tools using Spring Boot and Spring AI

client:Cursor transport:stdio runtime:oci

Install MCP Greeting Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "greeting": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/yotamfreund-eng/mcp-greeting-server:latest"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP Greeting Server in other clients