Skip to content
Zed

stormglass mcp for Zed

io.github.mrfentmen/stormglass-mcp

Stormglass marine weather, tides, elevation.

client:Zed transport:stdio runtime:npm

Install stormglass mcp in Zed

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

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

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

stormglass mcp in other clients