Skip to content

weather server python for Zed

io.github.lxchst/weather-server-python

An MCP server that provides weather information

client:Zed transport:stdio runtime:pypi

Install weather server python in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "weather-server-python": {
      "command": "uvx",
      "args": [
        "chst-weather"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

weather server python in other clients