Skip to content
Grok

pondlog usgs for Grok

io.github.andrewschristison/pondlog-usgs

USGS Water Services MCP server. Real-time streamflow, gage height, and site metadata from NWIS.

client:Grok transport:stdio runtime:npm

Install pondlog usgs in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "pondlog-usgs": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pondlog/mcp-usgs"
      ]
    }
  }
}

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

pondlog usgs in other clients