# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
FROM oven/bun:latest
WORKDIR /app
# Copy package files
COPY package.json bun.lock ./
# Install dependencies
RUN bun install
# Copy rest of the files
COPY . .
# Build if needed
RUN bun run build
# Expose UDP port for OSC communication
EXPOSE 4560/udp
# Start the server using bun
CMD ["bun", "src/server.ts"]
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/abhishekjairath/sonic-pi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server