Skip to main content
Glama

ABAP-ADT-API MCP-Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use an official Node.js runtime as a parent image FROM node:18-alpine AS builder # Set the working directory WORKDIR /app # Copy the package files COPY package.json package-lock.json ./ # Install dependencies RUN npm install # Copy the rest of the application code COPY . . # Build the TypeScript application RUN npm run build # Use a smaller Node.js runtime for the production build FROM node:18-alpine AS runner # Set the working directory WORKDIR /app # Copy the built application from the builder stage COPY --from=builder /app/dist ./dist COPY --from=builder /app/package.json ./package.json COPY --from=builder /app/node_modules ./node_modules # Expose port (if applicable, specify the port that your server listens on) EXPOSE 3000 # Command to run 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-abap-adt-api'

If you have feedback or need assistance with the MCP directory API, please join our Discord server