Skip to main content
Glama

YouTube Transcript DL MCP Server

by jedarden
MIT License
0
2
docker-compose.yml735 B
version: '3.8' services: yt-transcript-mcp: build: context: . dockerfile: Dockerfile ports: - "3000:3000" environment: - NODE_ENV=production - PORT=3000 - LOG_LEVEL=info healthcheck: test: ["CMD", "node", "dist/health-check.js"] interval: 30s timeout: 10s retries: 3 start_period: 40s restart: unless-stopped volumes: - ./logs:/app/logs networks: - yt-transcript-network redis: image: redis:7-alpine ports: - "6379:6379" volumes: - redis_data:/data networks: - yt-transcript-network restart: unless-stopped volumes: redis_data: networks: yt-transcript-network: driver: bridge

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/jedarden/yt-transcript-dl-mcp'

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