Skip to main content
Glama
Dockerfile382 B
FROM node:22.12-alpine AS builder WORKDIR /app COPY . . COPY tsconfig.json ./ RUN npm install RUN npm run build FROM node:22-alpine AS release WORKDIR /app COPY --from=builder /app/dist /app/dist COPY --from=builder /app/package.json /app/package-lock.json ./ ENV NODE_ENV=production RUN npm ci --ignore-scripts --omit-dev EXPOSE 8000 ENTRYPOINT ["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/jessebautista/mcp-openproject-smithery'

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