Skip to main content
Glama

mcp-tung-shing

Dockerfile342 B
FROM node:18-alpine as builder WORKDIR /app RUN npm install -g pnpm COPY package.json pnpm-lock.yaml ./ RUN pnpm install --frozen-lockfile COPY . . RUN pnpm run build FROM node:18-alpine as runner WORKDIR /app COPY --from=builder /app/dist ./dist COPY --from=builder /app/package.json ./package.json CMD ["node", "dist/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/baranwang/mcp-tung-shing'

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