Weather Data MCP Server for Zed
io.github.dgahagan/weather-mcp
17 weather tools, no API keys: forecasts, alerts, air quality, marine, radar, lightning, wildfires
client:Zed
transport:stdio
runtime:npm
Install Weather Data MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weather-mcp": {
"command": "npx",
"args": [
"-y",
"@dangahagan/weather-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs