Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

celestial node in other clients