Skip to main content
Glama
Dockerfile632 B
FROM node:22-slim # Create app directory WORKDIR /app # Copy package.json and package-lock.json COPY package*.json ./ # Install dependencies - completely skip prepare scripts during Docker build RUN npm install --ignore-scripts # Copy the rest of the application COPY . . # Create an empty version.json before the build to prevent errors RUN mkdir -p dist && echo '{"sha":"unknown","tag":"unknown","branch":"docker","version":"0.0.1"}' > dist/version.json # Build the application, overriding the git commands to avoid errors RUN npm run build:esm && npm run build:cjs # Command to run the 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/Waldzell-Agentics/mcp-server'

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