Skip to main content
Glama
Dockerfile542 B
# Smithery-compatible production image FROM node:22-slim WORKDIR /app # Install dependencies COPY package.json package-lock.json* pnpm-lock.yaml* yarn.lock* ./ RUN if [ -f package-lock.json ]; then npm ci; else npm install; fi # Copy source COPY tsconfig.json . COPY smithery.yaml . COPY .env.example . COPY src ./src COPY web ./web COPY scripts ./scripts # Build widget, TypeScript output, and Smithery bundle RUN npm run build ENV PORT=2091 EXPOSE 2091 # Launch the Smithery Streamable HTTP server CMD ["node", ".smithery/index.cjs"]

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/arhgap11b/appsdk-universal-menu'

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