We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/brightdata/brightdata-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
*.test.js
*.spec.js
__tests__/
coverage/
# Documentation (keep README)
docs/
*.md
!README.md
# Large demo assets (45+ MB total)
assets/Demo*.gif
assets/Demo.gif
assets/Demo2.gif
assets/Demo3.gif
# Build artifacts
*.map
.tsbuildinfo
# Environment
.env*
*.local
# IDE
.vscode/
.idea/
*.swp
# Git
.git/
.gitignore
.github/
# Old bundle files (replaced by .mcpb)
*.dxt
brightdata-mcp-extension.dxt
# Smithery config (separate distribution)
smithery.yaml
# Docker files (not needed for bundle)
Dockerfile
# Examples directory
examples/