NWS Surface Wind Observations MCP Server for Zed
io.github.mansurjisan/winds-mcp
NWS surface wind observations (ASOS/AWOS) via Weather.gov and Iowa Environmental Mesonet APIs
client:Zed
transport:stdio
runtime:pypi
Install NWS Surface Wind Observations MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"winds-mcp": {
"command": "uvx",
"args": [
"winds-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs