Skip to content
Zed

vedurstofa mcp for Zed

io.github.sandsower/vedurstofa-mcp

MCP server for Icelandic weather, forecasts, warnings, and earthquakes from vedur.is.

client:Zed transport:stdio runtime:npm

Install vedurstofa mcp in Zed

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

{
  "context_servers": {
    "vedurstofa-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vedurstofa-mcp"
      ]
    }
  }
}

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

vedurstofa mcp in other clients