water conditions for VS Code
io.github.aybeeare/water-conditions
Real-time water temperature and tides for 8,000+ locations, by name or lat/long coordinates.
client:VS Code
transport:stdio
runtime:pypi
Install water conditions in VS Code
.vscode/mcp.json
{
"servers": {
"water-conditions": {
"type": "stdio",
"command": "uvx",
"args": [
"water-conditions-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs