Skip to content
Cursor

astronomy oracle for Cursor

io.github.gregario/astronomy-oracle

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

client:Cursor transport:stdio runtime:npm

Install astronomy oracle in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

astronomy oracle in other clients