Skip to main content
Glama
Dockerfile483 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/build/project-config FROM node:lts-alpine # Create app directory WORKDIR /app # Install dependencies and build COPY package.json tsconfig.json ./ COPY src ./src RUN npm install && npm run build && npm prune --production # Set production environment ENV NODE_ENV=production # Expose port - standard for stdio not needed but conventionally # ENTRYPOINT to start the MCP server 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/insomniactools/gists-mcp'

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