FROM node:18-alpine
WORKDIR /app
# Copy package files
COPY package*.json ./
# Install dependencies without running prepare script
RUN npm ci --ignore-scripts || npm install --ignore-scripts
# Copy source code
COPY . .
# Build the application
RUN npm run build
# Expose port (Smithery will override this but good for documentation)
EXPOSE 3000
# Start the HTTP server (not just the MCP server)
CMD ["node", "build/smithery-entry.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/Ejb503/systemprompt-mcp-reddit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server