Skip to content
Windsurf

MCP Greeting Server for Windsurf

io.github.yotamfreund-eng/greeting

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

client:Windsurf transport:stdio runtime:oci

Install MCP Greeting Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

MCP Greeting Server in other clients