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