astronomy oracle for Grok
io.github.gregario/astronomy-oracle
Astronomical catalog data and observing session planner. 13,000+ objects from OpenNGC.
client:Grok
transport:stdio
runtime:npm
Install astronomy oracle in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"astronomy-oracle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"astronomy-oracle"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs