We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/mcp-ts-stdio-nasa'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
# Config files
.eslintrc.json
.prettierrc
tsconfig.json
.env
.env.example
# Documentation
docs/
*.md
!README.md
!CHANGELOG.md
!LICENSE
# Development files
test-server.sh
claude_desktop_config.example.json
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Coverage
coverage/
.nyc_output/