au weather mcp for Zed
io.ausdata/au-weather-mcp
Query Australian weather + air quality — forecasts, current obs, 80yr archive (BOM).
client:Zed
transport:stdio
runtime:pypi
Install au weather mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"au-weather-mcp": {
"command": "uvx",
"args": [
"au-weather-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs