spaceweather mcp for Zed
io.github.hoon1983/spaceweather-mcp
Space weather & geomagnetic conditions (NOAA SWPC, NASA DONKI, USGS, Kyoto) via MCP.
client:Zed
transport:stdio
runtime:pypi
Install spaceweather mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"spaceweather-mcp": {
"command": "uvx",
"args": [
"spaceweather-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs