Skip to content
Zed

pondlog usgs for Zed

io.github.andrewschristison/pondlog-usgs

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

client:Zed transport:stdio runtime:npm

Install pondlog usgs in Zed

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

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

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

pondlog usgs in other clients