Skip to main content
Glama

MCP-Audio Plugin

by AIO-2030
Dockerfile286 B
FROM python:3.9-slim RUN apt-get update && apt-get install -y ffmpeg && apt-get clean WORKDIR /app COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY src/ ./src/ COPY mcp_audio_registration.json . COPY .env . EXPOSE 8080 CMD ["python", "src/mcp_server.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/AIO-2030/mcp-audio'

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