MCP Server
MCP
io.github.kaitoy/nasa-images
MCP server with UI for NASA images
Install
npx -y @kaitoy/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@kaitoy/nasa-images-mcp-server",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your API key for the NASA Images API",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NASA_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment