We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wrenchpilot/it-tools-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*
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
# Git
.git/
.gitignore
# GitHub workflows (keep for build context)
.github/
# Build artifacts (will be rebuilt in container)
build/
dist/
coverage/
.nyc_output
# Documentation (not needed in runtime image)
*.md
docs/
LICENSE
internal/
# Test files
tests/
test-*.sh
*.test.js
*.spec.js
# OS files
.DS_Store
.DS_Store?
._*
Thumbs.db
# Logs
*.log
# Docker files (avoid recursive builds)
Dockerfile*
docker-compose*.yml
.dockerignore
# Temporary files
tmp/
temp/
*.tmp