shouldigo surf for Cursor
io.github.orlench/shouldigo-surf
MCP server for Should I Go? — real-time surf conditions for 73+ beaches worldwide
client:Cursor
transport:stdio
runtime:npm
Install shouldigo surf in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"shouldigo-surf": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"shouldigo-surf-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs