We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/polaz/gitlab-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source code (only dist/ should be included)
src/
*.ts
!*.d.ts
# Test files
tests/
*.test.ts
*.test.js
*.spec.ts
*.spec.js
jest.config.*
.jest/
# Development files
.env*
!.env.example
tsconfig*.json
.eslintrc*
.prettierrc*
.editorconfig
# Build artifacts
.tsbuildinfo
*.tsbuildinfo
coverage/
.nyc_output/
# Documentation
*.md
!README.md
!CHANGELOG.md
docs/
# Version control
.git/
.gitignore
.gitattributes
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# CI/CD
.github/
.circleci/
.travis.yml
.appveyor.yml
# Dependencies (handled by package.json)
node_modules/
.yarn/
.pnp.*
yarn.lock
package-lock.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Temporary files
tmp/
temp/
*.tmp
# Scripts
scripts/
# Docker
Dockerfile*
.dockerignore
docker-compose*.yml
# Development configs
.env.test
.env.local
.env.development
.env.production
# Backup files
*.backup
*.bak