We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pshivapr/selenium-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*
# TypeScript
*.tsbuildinfo
# Build outputs (will be rebuilt in container)
dist/
# Development files
.env.local
.env.development
.env.test
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Documentation (optional - remove if you want docs in container)
*.md
!README.md
# Test files (optional)
test/
tests/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Logs
logs/
*.log
# Screenshots and downloads (these will be generated in container)
screenshots/
downloads/
# Temporary files
tmp/
temp/