Skip to main content
Glama

Daisys MCP Server

by daisys-ai
Dockerfile502 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM python:3.11-slim # Install dependencies RUN apt-get update && apt-get install -y \ portaudio19-dev \ libjack-dev \ build-essential \ && rm -rf /var/lib/apt/lists/* WORKDIR /app # Copy project files COPY pyproject.toml setup.py . COPY daisys_mcp/ ./daisys_mcp/ # Install package RUN pip install --no-cache-dir . ENV PYTHONUNBUFFERED=1 # Entrypoint for MCP server ENTRYPOINT ["daisys-mcp"]

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/daisys-ai/daisys-mcp'

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