We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/akinabudu/bug-bounty-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# ========================================
# Python
# ========================================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# ========================================
# Virtual Environment
# ========================================
venv/
.venv/
env/
ENV/
virtualenv/
# ========================================
# Environment Variables & Secrets
# ========================================
.env
.env.local
.env.*.local
*.key
*.pem
*.crt
*.p12
*.pfx
secrets/
credentials/
.secrets/
# ========================================
# Database Files
# ========================================
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal
# ========================================
# Third-Party Data (Large Repositories)
# ========================================
data/payloads/
data/nuclei-templates/
data/dirsearch/
data/wordlists/
data/SecLists/
nuclei-templates/
wordlists/
# ========================================
# Generated Outputs & Reports
# ========================================
outputs/
reports/
scans/
results/
evidence/
*.tar.gz
*.zip
*.7z
# Specific report files (if in root)
*_vulnerability_report.md
*_scan_report_*.md
*_submission_*.md
*_evidence_*.txt
proof-vdp-*.md
intigriti-submission-*.md
# ========================================
# Logs & Cache
# ========================================
logs/
*.log
cache/
.cache/
*.log.*
# Monitoring data
.bug-bounty-monitoring/
monitoring_data/
# ========================================
# IDE & Editor
# ========================================
.vscode/
.idea/
*.swp
*.swo
*~
.vscode-test/
*.code-workspace
.vs/
# ========================================
# OS-Specific
# ========================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini
# ========================================
# Testing
# ========================================
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.hypothesis/
nosetests.xml
coverage.xml
*.cover
.cache
# Test-specific files
test_bug_fixes.py
test_setup.py
test_summary.sh
*_test_success.md
# ========================================
# Temporary Documentation (Auto-generated)
# ========================================
BUG_FIX_SUMMARY.md
FIXES_COMPLETE.md
INSTALLATION_FIX.md
TOOL_INSTALLATION_FIX.md
TOOL_INSTALLATION.md
IMPLEMENTATION.md
IMPORTANT_NOTES.md
REORGANIZATION_PLAN.md
# ========================================
# Tool-Specific Outputs
# ========================================
# Subfinder
subfinder-output/
# Nuclei
nuclei-output/
# HTTPX
httpx-output/
# FFUF
ffuf-output/
# Nmap
*.gnmap
*.nmap
*.xml
# SQLMap
sqlmap-output/
*.sqlite
# Burp Suite
*.burp
# ========================================
# Temporary Files
# ========================================
tmp/
temp/
*.tmp
*.temp
*.bak
*.backup
*.old
*.orig
# ========================================
# Archives & Compressed Files
# ========================================
*.tar
*.gz
*.bz2
*.xz
*.rar
# ========================================
# Sensitive Program Data
# ========================================
# Bug bounty program specific data
programs/*/scans/
programs/*/reports/
programs/*/evidence/
# API tokens and keys
*api_key*
*api_token*
*access_token*
*auth_token*
# ========================================
# Build Artifacts
# ========================================
*.exe
*.dll
*.so
*.dylib
go.work
go.work.sum
config/api-tokens.yaml