Skip to content
Zed

shouldigo surf for Zed

io.github.orlench/shouldigo-surf

MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide

client:Zed transport:stdio runtime:npm

Install shouldigo surf in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "shouldigo-surf": {
      "command": "npx",
      "args": [
        "-y",
        "shouldigo-surf-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

shouldigo surf in other clients