Skip to main content
Glama

MCP Advisor

MIT License
88
64
  • Apple
  • Linux
Dockerfile951 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:22.12-alpine AS builder RUN apk add --no-cache curl # Install pnpm directly without using corepack RUN npm install -g pnpm@9.15.0 COPY ./ /app WORKDIR /app # Use pnpm for installation with store cache RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm install RUN pnpm run build FROM node:22.12-alpine AS release WORKDIR /app COPY --from=builder /app/build /app/build COPY --from=builder /app/package.json /app/package.json COPY --from=builder /app/pnpm-lock.yaml /app/pnpm-lock.yaml COPY --from=builder /app/data /app/data ENV NODE_ENV=production # Install pnpm directly without using corepack RUN npm install -g pnpm@9.15.0 # Use pnpm for production installation RUN --mount=type=cache,id=pnpm-store,target=/root/.local/share/pnpm/store pnpm install --prod --ignore-scripts ENTRYPOINT ["node", "build/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/istarwyh/mcpadvisor'

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