Skip to content
VS Code

astronomy oracle for VS Code

io.github.gregario/astronomy-oracle

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

client:VS Code transport:stdio runtime:npm

Install astronomy oracle in VS Code

.vscode/mcp.json

{
  "servers": {
    "astronomy-oracle": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "astronomy-oracle"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

astronomy oracle in other clients