Skip to content
VS Code

shouldigo surf for VS Code

io.github.orlench/shouldigo-surf

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

client:VS Code transport:stdio runtime:npm

Install shouldigo surf in VS Code

.vscode/mcp.json

{
  "servers": {
    "shouldigo-surf": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "shouldigo-surf-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

shouldigo surf in other clients