solar mcp for Zed
io.github.qso-graph/solar-mcp
Solar indices and space weather MCP server. SFI, SSN, Kp, DSCOVR, NOAA alerts.
client:Zed
transport:stdio
runtime:pypi
Install solar mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"solar-mcp": {
"command": "uvx",
"args": [
"solar-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs