Skip to content
Cursor

water conditions for Cursor

io.github.aybeeare/water-conditions

Real-time water temperature and tides for 8,000+ locations, by name or lat/long coordinates.

client:Cursor transport:stdio runtime:pypi

Install water conditions in Cursor

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

{
  "mcpServers": {
    "water-conditions": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "water-conditions-mcp"
      ]
    }
  }
}

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

water conditions in other clients