Skip to main content
Glama
Dockerfileโ€ข646 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config ### Stage 1: Install dependencies and build TypeScript FROM node:18-alpine AS build WORKDIR /app # Install build dependencies COPY package.json package-lock.json tsconfig.json ./ COPY src ./src RUN npm install --ignore-scripts && npm run build # Stage 2: Production image FROM node:18-alpine WORKDIR /app # Copy only built artifacts and package metadata for production COPY --from=build /app/dist ./dist COPY package.json package-lock.json ./ RUN npm install --omit=dev --ignore-scripts # Entrypoint for stdio MCP server ENTRYPOINT ["node","dist/cli.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/chunkydotdev/bldbl-mcp'

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