Skip to main content
Glama

GenAIScript

Official
by microsoft
MIT License
43
2,820
  • Linux
  • Apple
Dockerfile543 B
# Build FROM node:22-alpine as build WORKDIR /app COPY . /app RUN apk update --no-cache && \ apk add --no-cache python3 py3-pip && \ echo "Installing && Compiling" && \ yarn install && yarn compile # Prod FROM node:22-alpine # Copy the necessary files from the build stage COPY --from=build /app/packages/cli/built /app/packages/cli/built COPY --from=build /app/node_modules /app/node_modules COPY --from=build /app/package.json /app/package.json EXPOSE 8003 CMD ["node", "/app/packages/cli/built/genaiscript.cjs", "serve"]

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/microsoft/genaiscript'

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