Skip to main content
Glama

ClickUp MCP Server

package.json1.01 kB
{ "name": "@v4lheru/clickup-mcp-server", "version": "1.0.1", "description": "Integration of ClickUp MCP server with Supergateway for Railway deployment", "main": "index.js", "bin": { "clickup-mcp-server": "index.js" }, "scripts": { "test": "node test-connection.js", "start": "./run-clickup-mcp.sh", "healthcheck": "node healthcheck.js", "docker:build": "docker build -t clickup-mcp-supergateway .", "docker:run": "docker run -p 8000:8000 --env-file .env clickup-mcp-supergateway", "docker:compose": "docker-compose up -d", "docker:logs": "docker-compose logs -f" }, "keywords": [ "clickup", "mcp", "supergateway", "railway", "sse" ], "author": "v4lheru <pesic.uros@yahoo.com>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.9.0", "@taazkareem/clickup-mcp-server": "^0.4.60", "dotenv": "^16.4.1", "express": "^4.21.2", "supergateway": "^2.7.0" }, "engines": { "node": ">=18.0.0" } }

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