Skip to main content
Glama
docker-compose.yml•1.15 kB
version: '3.8' services: bugbounty-mcp: build: . container_name: bugbounty-mcp-server ports: - "9131:9131" environment: - POSTGRES_HOST=postgres - POSTGRES_PORT=5432 - POSTGRES_DB=bugbounty - POSTGRES_USER=postgres - POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-bugbounty123} - REDIS_HOST=redis - REDIS_PORT=6379 - BURP_BRIDGE_PORT=9131 - CAIDO_MCP_SERVER=${CAIDO_MCP_SERVER:-} volumes: - ./screenshots:/app/screenshots - ./logs:/app/logs depends_on: - postgres - redis restart: unless-stopped postgres: image: postgres:15-alpine container_name: bugbounty-postgres environment: - POSTGRES_DB=bugbounty - POSTGRES_USER=postgres - POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-bugbounty123} volumes: - postgres_data:/var/lib/postgresql/data ports: - "5432:5432" restart: unless-stopped redis: image: redis:7-alpine container_name: bugbounty-redis ports: - "6379:6379" volumes: - redis_data:/data restart: unless-stopped volumes: postgres_data: redis_data:

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/telmon95/VulneraMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server