Skip to content
Cursor

pondlog usgs for Cursor

io.github.andrewschristison/pondlog-usgs

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

client:Cursor transport:stdio runtime:npm

Install pondlog usgs in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pondlog usgs in other clients