Skip to content

space weather mcp for Zed

io.github.mrfentmen/space-weather-mcp

Unified space weather server: solar wind, NOAA scales and alerts, aurora forecasts, and X-ray flux.

client:Zed transport:stdio runtime:npm

Install space weather mcp in Zed

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

{
  "context_servers": {
    "space-weather-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "space-weather-mcp"
      ]
    }
  }
}

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

space weather mcp in other clients