Skip to main content
Glama

MCP Audio Transcriber

Dockerfile506 B
# 1. Base image with Python FROM python:3.10-slim # 2. Install ffmpeg for audio handling RUN apt-get update && \ apt-get install -y --no-install-recommends ffmpeg && \ rm -rf /var/lib/apt/lists/* # 3. Set working directory WORKDIR /app # 4. Copy dependency list and install Python packages COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt # 5. Copy your application code COPY . . # 6. Default command: run your CLI ENTRYPOINT ["python", "app.py"]

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/ShreyasTembhare/MCP---Audio-Transcriber'

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