Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
NASA MCP Server
by
ProgramComputer
Verified
npm
GitHub
Research & Data
Search
TypeScript
ISC License
367
2
Apple
Linux
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
NASA-MCP-server
docs
.github
src
.env.example
.eslintrc.json
.gitignore
LICENSE
package.json
package-lock.json
README.md
tsconfig.json
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [], "rules": { "no-console": "off", "no-unused-vars": "off", "@typescript-eslint/no-unused-vars": "off", "@typescript-eslint/no-explicit-any": "off", "no-undef": "off", "@typescript-eslint/no-var-requires": "off", "no-inner-declarations": "off", "@typescript-eslint/no-this-alias": "off" }, "env": { "node": true } }