celestial node for Zed
io.github.christerso/celestial-node
Real-time space data — ISS tracking, rocket launches, space news, Mars weather, and more
client:Zed
transport:stdio
runtime:npm
Install celestial node in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"celestial-node": {
"command": "npx",
"args": [
"-y",
"celestialnode-mcp"
],
"env": {
"CELESTIAL_NODE_API_KEY": "<CELESTIAL_NODE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs