Skip to main content
Glama

MCP Sound Tool

by tijs
Dockerfile1.13 kB
FROM debian:bookworm-slim ENV DEBIAN_FRONTEND=noninteractive \ GLAMA_VERSION="1.0.0" RUN apt-get update && apt-get install -y --no-install-recommends ca-certificates curl git && curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y --no-install-recommends nodejs && npm install -g mcp-proxy@5.5.4 pnpm@10.14.0 && node --version && curl -LsSf https://astral.sh/uv/install.sh | UV_INSTALL_DIR="/usr/local/bin" sh && uv python install 3.10 --default --preview && ln -s $(uv python find) /usr/local/bin/python && python --version && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* WORKDIR /app RUN git clone https://github.com/tijs/py-sound-mcp . RUN uv sync --dev # Install the package in the virtual environment to create the script RUN uv pip install -e . # Update PATH to include the virtual environment ENV PATH="/app/.venv/bin:$PATH" # Debug: Check if the executable exists after installation RUN ls -la .venv/bin/ | grep mcp || echo "mcp-sound-tool not found in .venv/bin/" RUN which mcp-sound-tool || echo "mcp-sound-tool not in PATH" CMD ["mcp-proxy", "mcp-sound-tool"]

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/tijs/py-sound-mcp'

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