# Use the official Bun image
FROM oven/bun:1
# Set working directory
WORKDIR /app
# Copy all application code first
COPY . .
# Install dependencies
RUN bun install --frozen-lockfile
# Set user for security
USER bun
# Expose port (if needed)
EXPOSE 3000
# Run the application
CMD ["bun", "run", "index.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/b-open-io/bsv-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server