Skip to main content
Glama

Payload CMS MCP Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile FROM node:18-alpine # Create app directory WORKDIR /app # Copy package.json and pnpm-lock.yaml COPY package.json pnpm-lock.yaml ./ # Install pnpm RUN npm install -g pnpm # Install dependencies RUN pnpm install --no-frozen-lockfile # Copy the rest of the application COPY . . # Expose the port the app runs on EXPOSE 8080 # Command to run the application CMD ["node", "server.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/Matmax-Worldwide/payloadcmsmcp'

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