Skip to main content
Glama

ClickUp MCP Server

version: '3' services: clickup-mcp-gateway: build: context: . dockerfile: Dockerfile ports: - "8000:8000" environment: - PORT=8000 - BASE_URL=http://localhost:8000 - SSE_PATH=/sse - MESSAGE_PATH=/message - LOG_LEVEL=info - DOCUMENT_SUPPORT=false - CORS_ORIGINS=* # You need to provide these values when running docker-compose - CLICKUP_API_KEY=${CLICKUP_API_KEY} - CLICKUP_TEAM_ID=${CLICKUP_TEAM_ID} restart: unless-stopped

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