weather for Zed
io.github.yuv24793/weather
An MCP server that provides weather information.
client:Zed
transport:stdio
runtime:npm
Install weather in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"weather": {
"command": "npx",
"args": [
"-y",
"@yuv24793/mcp-weather-server"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs