Skip to content
Zed

gagelink for Zed

io.github.adeniyikayodee/gagelink

River level, streamflow, floods and basins from USGS, NOAA, Hub'Eau, UK Environment Agency, SWOT

client:Zed transport:stdio runtime:pypi

Install gagelink 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": {
    "gagelink": {
      "command": "uvx",
      "args": [
        "gagelink"
      ],
      "env": {
        "GAGELINK_API_KEY": "<GAGELINK_API_KEY>"
      }
    }
  }
}

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

gagelink in other clients