Skip to main content
Glama

ClickUp MCP Server

FROM node:18-slim # Set working directory WORKDIR /app # Install supergateway and clickup-mcp-server globally RUN npm install -g supergateway @v4lheru/clickup-mcp-server # Copy integration scripts COPY run-clickup-mcp.sh healthcheck.js /app/ # Make scripts executable RUN chmod +x /app/run-clickup-mcp.sh /app/healthcheck.js # Install dependencies for healthcheck RUN npm install -g uuid eventsource # Expose the default port EXPOSE 8002 # Set environment variables (these will be overridden by Railway) ENV PORT=8002 ENV BASE_URL=http://localhost:8002 ENV SSE_PATH=/sse ENV MESSAGE_PATH=/message ENV LOG_LEVEL=info ENV DOCUMENT_SUPPORT=false ENV CORS_ORIGINS=* # Run the integration script ENTRYPOINT ["/app/run-clickup-mcp.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/v4lheru/clickup-mcp-server'

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