FROM node:18
RUN npm -v
# zx is pinned to v7 because v8 fails with:
# [esbuild Error]: Top-level await is currently not supported with the "cjs" output format
# at /usr/local/lib/node_modules/zx/build/vendor.js:2:17
RUN npm i -g \
zx@7 \
pnpm \
typescript \
ts-node \
esbuild \
tsx \
jest \
@swc/jest@0.2.32
RUN apt update && \
apt install iproute2 -y
CMD chmod +x ./e2e/_utils/standard.cmd.sh && ./e2e/_utils/standard.cmd.sh
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/prisma/prisma'
If you have feedback or need assistance with the MCP directory API, please join our Discord server