Skip to main content
Glama

Feishu Project MCP Server

by im47cn
docker-compose.dev.yml721 B
version: '3.8' services: feishu-project-mcp: build: context: . dockerfile: Dockerfile target: builder image: feishu-project-mcp:dev container_name: feishu-project-mcp-dev ports: - '3000:3000' - '9229:9229' # For debugging volumes: - .:/app - /app/node_modules environment: - NODE_ENV=development - DEBUG=feishu-project-mcp:* command: npm run dev:debug restart: unless-stopped healthcheck: test: ['CMD', 'curl', '-f', 'http://localhost:3000/health'] interval: 30s timeout: 10s retries: 3 start_period: 40s networks: - feishu-network-dev networks: feishu-network-dev: driver: bridge

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