NOAA NDBC MCP Server for Zed
io.github.mansurjisan/ndbc-mcp
NOAA National Data Buoy Center observations: waves, SST, wind, pressure from 1,300+ stations
client:Zed
transport:stdio
runtime:pypi
Install NOAA NDBC MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"ndbc-mcp": {
"command": "uvx",
"args": [
"ndbc-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs