# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile
# Stage 1: Build
FROM node:18-alpine
# Set the working directory
WORKDIR /app
# Copy package.json
COPY package.json ./
# Install dependencies
RUN npm install -r
# Copy the rest of the application code
COPY . .
# Build the TypeScript application
RUN npm run build
# Expose the port the app runs on
EXPOSE 5173
# Start the application
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/mario-andreschak/mcp-abap-adt'
If you have feedback or need assistance with the MCP directory API, please join our Discord server