Weather for Zed
io.github.thx93/weather
US weather for AI agents: active NWS alerts by state, 5-period forecasts by lat/lon. Paid per call.
client:Zed
transport:streamable-http
tools:3
Install Weather in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weather": {
"url": "https://agent-evidence-api.thx93.workers.dev/weather/mcp"
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs