Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Dify MCP Server
Claim
by
AI-FE
GitHub
Developer Tools
Image & Video Processing
JavaScript
3
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
bin
clickup-mcp-server
clickup_mcp_server.egg-info
data
docs
public
src
docker-compose.yml
Dockerfile
.dockerignore
.env.example
.gitignore
install.sh
jest.config.js
LICENSE
package.json
package-lock.json
README.md
setup.py
tsconfig.build.json
tsconfig.json
tsconfig.test.json
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "allowJs": true, "checkJs": true, "types": ["node", "jest"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts"] }