Skip to main content
Glama

Shopify MCP Server

by therealhexi
Dockerfile375 B
FROM node:22.12-alpine AS builder # Must be entire project because `prepare` script is run during `npm install` and requires all files. COPY src /app COPY tsconfig.json /tsconfig.json COPY package.json /package.json COPY package-lock.json /package-lock.json WORKDIR /app ENV NODE_ENV=production RUN npm ci --ignore-scripts --omit-dev 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/therealhexi/shopify-mcp-server-main'

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