We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Lexmata/bitbucket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
.pnpm-store/
.pnpm-debug.log
# Build output
dist/
build/
*.tgz
# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
*.sublime-workspace
*.sublime-project
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.env*.local
# Logs
logs/
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Test coverage
coverage/
.nyc_output/
*.lcov
# TypeScript cache
*.tsbuildinfo
.tscache/
# ESLint cache
.eslintcache
# Prettier cache
.prettiercache
# Temporary files
tmp/
temp/
.tmp/
.temp/
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm/
# Optional eslint cache
.eslintcache
# Yarn integrity file
.yarn-integrity
# parcel-bundler cache
.cache/
.parcel-cache/
# SWC cache
.swc/
# Diagnostic reports
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
# Secrets and credentials
*.pem
*.key
credentials.json
secrets.json