Skip to content
Zed

NOAA OFS MCP Server for Zed

io.github.mansurjisan/ofs-mcp

NOAA OFS regional ocean model forecasts — water level, temperature, salinity

client:Zed transport:stdio runtime:pypi

Install NOAA OFS MCP Server in Zed

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

{
  "context_servers": {
    "ofs-mcp": {
      "command": "uvx",
      "args": [
        "ofs-mcp"
      ]
    }
  }
}

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

NOAA OFS MCP Server in other clients