Skip to content
Zed

AccuWeather MCP for Zed

io.github.jonjam/accuweather-mcp

MCP server providing weather tools with data sourced from AccuWeather.

client:Zed transport:stdio runtime:oci

Install AccuWeather MCP in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "accuweather-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/jonjam/accuweather-mcp:1.4.11"
      ],
      "env": {
        "ACCUWEATHER_API_KEY": "<ACCUWEATHER_API_KEY>"
      }
    }
  }
}

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

AccuWeather MCP in other clients