Skip to content
Grok

gagelink for Grok

io.github.adeniyikayodee/gagelink

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

client:Grok transport:stdio runtime:pypi

Install gagelink in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "gagelink": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "gagelink"
      ],
      "env": {
        "GAGELINK_API_KEY": "<GAGELINK_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

gagelink in other clients