Odel
astronomy oracle

astronomy oracle

Local
@gregario3TypeScriptMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmastronomy-oraclev0.1.0

Run

npx -y astronomy-oracle

MCP client config

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