Skip to main content
Glama
Dockerfile298 B
FROM node:20-alpine AS build WORKDIR /app COPY package*.json tsconfig.json ./ RUN npm install COPY . . RUN npm run build FROM node:20-alpine WORKDIR /app ENV NODE_ENV=production \ MCP_TRANSPORT=http \ PORT=8080 COPY --from=build /app /app EXPOSE 8080 CMD ["node", "dist/index.js"]

Latest Blog Posts

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/Valerio357/binance-mcp'

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