Skip to main content
Glama

mcp-audio-analysis

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM python:3.11-slim ENV PYTHONUNBUFFERED=1 WORKDIR /app # Install dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ libsndfile1 \ ffmpeg && \ rm -rf /var/lib/apt/lists/* # Copy source COPY . /app # Install Python dependencies RUN pip install --no-cache-dir . # Default command to run the MCP server CMD ["mcp-music-analysis"]

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/hugohow/mcp-music-analysis'

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