Skip to content
Zed

astronomy oracle for Zed

io.github.gregario/astronomy-oracle

Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC.

client:Zed transport:stdio runtime:npm

Install astronomy oracle in Zed

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

{
  "context_servers": {
    "astronomy-oracle": {
      "command": "npx",
      "args": [
        "-y",
        "astronomy-oracle"
      ]
    }
  }
}

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

astronomy oracle in other clients