Skip to content
VS Code

NOAA STOFS MCP Server for VS Code

io.github.mansurjisan/stofs-mcp

NOAA STOFS storm surge forecasts, observation validation, and OPeNDAP data

client:VS Code transport:stdio runtime:pypi

Install NOAA STOFS MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "stofs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "stofs-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

NOAA STOFS MCP Server in other clients