Skip to main content
Glama
Dockerfile504 B
FROM node:24-slim AS build WORKDIR /app # Install Java runtime (required for OpenAPI Generator) RUN apt-get update && \ apt-get install -y --no-install-recommends default-jre-headless && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* # Copy package files and install dependencies COPY package*.json ./ RUN npm ci # Copy source code and build the application COPY . . RUN npm run build # Prepare startup helper for stdio/http selection RUN chmod +x docker/start.sh CMD ["./docker/start.sh"]

Latest Blog Posts

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/8beeeaaat/touchdesigner-mcp'

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