Skip to content
Zed

noaa ncei mcp for Zed

io.github.mrfentmen/noaa-ncei-mcp

US weather station daily summaries from NOAA NCEI. No key required.

client:Zed transport:stdio runtime:npm

Install noaa ncei mcp in Zed

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

{
  "context_servers": {
    "noaa-ncei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "noaa-ncei-mcp"
      ]
    }
  }
}

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

noaa ncei mcp in other clients