We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/willianpinho/large-file-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# package-lock.json - REMOVED: Essential for CI/CD and reproducible builds
yarn.lock
pnpm-lock.yaml
# Build output
dist/
build/
*.tsbuildinfo
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
.nyc_output/
# Cache
.cache/
.eslintcache
# Temporary documentation (DO NOT COMMIT)
*_STATUS.txt
*_REPORT.md
*_SUMMARY.md
*_GUIDE.md
CLAUDE_*.md
SETUP_COMPLETE.md
START_HERE.md
PUBLICATION_GUIDE.md
README_PUBLICACAO.md
RELATORIO_*.md
RESPOSTA_*.md
CORRECTION_*.md
COMANDOS_EXECUCAO.sh
publish.sh
# Keep only essential documentation:
# - README.md
# - CHANGELOG.md
# - CONTRIBUTING.md
# - LICENSE
# - PR_TEMPLATE.md