# Use Node.js 20 with Alpine Linux as base image
FROM node:20-alpine
# Set working directory
WORKDIR /app
# Copy package files
COPY package*.json ./
# Install Node.js dependencies
RUN npm install
# Copy application code
COPY . .
# Build the TypeScript application
RUN npx tsc
# Expose port (Smithery will handle port mapping)
EXPOSE 3000
# Start the MCP server
CMD ["node", "dist/index.js"]
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/ctaylor86/rendi-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server