water conditions for Zed
io.github.aybeeare/water-conditions
Real-time water temperature and tides for 8,000+ locations, by name or lat/long coordinates.
client:Zed
transport:stdio
runtime:pypi
Install water conditions in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"water-conditions": {
"command": "uvx",
"args": [
"water-conditions-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs