weather mcp for Zed
io.github.mrfentmen/weather-mcp
Unified weather server: NWS forecasts and alerts, USGS earthquakes, and FEMA disasters.
client:Zed
transport:stdio
runtime:npm
Install weather mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@mrfentmen/weather-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs