★ 17 stars
Go
🔌 API Integration
Updated 19d ago
Go client library for NASA APIs: APOD, NeoWs, DONKI, NASA Image Library, SSD/CNEOS, EONET. Supports built-in rate-limiting, a CLI & MCP Server
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nasa": {
"command": "go",
"args": [
"run",
"github.com/peteretelej/nasa@latest"
]
}
}
}
Run in terminal:
claude mcp add nasa go run github.com/peteretelej/nasa@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"nasa": {
"command": "go",
"args": [
"run",
"github.com/peteretelej/nasa@latest"
]
}
}
}
Topics
gogolangnasa-apinasa-astronomy-picture