Skip to main content
Glama

Feishu MCP Server

by sdd330
Dockerfile650 B
# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use a Node.js Alpine image as the base FROM node:23-alpine AS builder # Install the dependencies RUN --mount=type=cache,target=/root/.npm npm install --ignore-scripts # Copy the rest of the application code COPY . /app # Build the application RUN npm run build # Use a new, clean image for the release FROM node:23-alpine # Set the working directory WORKDIR /app # Copy the built files from the builder COPY --from=builder /app/dist /app/dist # Expose any ports if necessary (e.g., 8080) # EXPOSE 8080 # Run the server ENTRYPOINT ["node", "dist/index.js"]

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/sdd330/feishu-mcp-server'

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