NOAA RTOFS MCP Server for Zed
io.github.mansurjisan/rtofs-mcp
NOAA RTOFS global ocean forecast — SST, salinity, currents, depth profiles via CoastWatch ERDDAP
client:Zed
transport:stdio
runtime:pypi
Install NOAA RTOFS MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"rtofs-mcp": {
"command": "uvx",
"args": [
"rtofs-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs