Skip to content
Zed

NHC MCP Server for Zed

io.github.mansurjisan/nhc-mcp

NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data

client:Zed transport:stdio runtime:pypi

Install NHC MCP Server in Zed

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

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

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

NHC MCP Server in other clients