NOAA WW3 MCP Server for Zed
io.github.mansurjisan/ww3-mcp
GFS-Wave (WAVEWATCH III) forecasts and NDBC buoy wave observations
client:Zed
transport:stdio
runtime:pypi
Install NOAA WW3 MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ww3-mcp": {
"command": "uvx",
"args": [
"ww3-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs