Skip to main content
Glama

Feishu Project MCP Server

by im47cn
Dockerfile.dev579 B
# Use Node.js LTS as base image FROM node:18-alpine # Install development tools RUN apk add --no-cache \ git \ wget \ curl # Set working directory WORKDIR /app # Copy package files COPY package*.json ./ # Install dependencies with development packages RUN npm install # Copy source code COPY . . # Create necessary directories RUN mkdir -p storage logs # Expose ports EXPOSE 3000 EXPOSE 9229 # Set environment variables ENV NODE_ENV=development ENV DEBUG=feishu-project-mcp:* # Start development server with debugging enabled CMD ["npm", "run", "dev:debug"]

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/im47cn/feishu-project-mcp'

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