MCP server with UI for NASA images
Set these up before or after installing:
Environment variable: NASA_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-kaitoy-nasa-images": {
"env": {
"NASA_API_KEY": "your-nasa-api-key-here"
},
"args": [
"-y",
"@kaitoy/nasa-images-mcp-server"
],
"command": "npx"
}
}
}This is a well-structured NASA Images MCP server with proper authentication handling via environment variables and appropriate permissions for its purpose. Some minor concerns include generic error handling patterns and broad CORS settings, but overall security practices are sound. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 6 high severity). Package verification found 1 issue.
Scanned 7 files · 14 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!