We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hungryweb/cscart-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity
# Environment files
.env
.env.local
.env.production
.env.test
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage
*.lcov
.nyc_output
# Git
.git
.gitignore
.gitattributes
# Documentation
README.md
CHANGELOG.md
LICENSE
docs/
# Only include src directory and necessary files
# Exclude everything, then include what we need
*
!src/
!package*.json
# Development files
.editorconfig
.eslintrc*
.prettierrc*
tsconfig.json
jest.config.js
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Docker files
Dockerfile*
docker-compose*.yml
.dockerignore
# Build artifacts
dist/
build/
.cache/
.parcel-cache/
# Test files
test/
tests/
**/*.test.js
**/*.spec.js
# Temporary files
tmp/
temp/