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
{ "extends": "./tsconfig.json", "compilerOptions": { "types": ["jest", "node", "supertest"], "esModuleInterop": true, "typeRoots": [ "./node_modules/@types", "./src/__tests__/types" ] }, "include": [ "src/**/*.ts", "src/**/*.test.ts", "src/__tests__/**/*.ts", "src/__tests__/types/*.d.ts" ], "exclude": [ "node_modules", "dist" ] }