Skip to main content
Glama

Clockify MCP

by inakianduaga
package.json1.02 kB
{ "name": "clockify-mcp", "version": "0.1.0", "description": "An MCP server to interact w/ Clockify", "private": true, "type": "module", "bin": { "clockify-mcp": "./build/index.js" }, "files": [ "build" ], "scripts": { "test": "vitest run", "lint": "eslint .", "lint:fix": "eslint --fix .", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "docker:build": "docker build -t clockify-mcp ." }, "dependencies": { "@modelcontextprotocol/sdk": "0.6.0" }, "devDependencies": { "@eslint/js": "^9.26.0", "@types/node": "^20.17.43", "@vitest/ui": "^3.1.3", "eslint": "^9.26.0", "eslint-config-prettier": "^10.1.2", "eslint-plugin-prettier": "^5.4.0", "globals": "^16.0.0", "prettier": "^3.5.3", "typescript": "^5.3.3", "typescript-eslint": "^8.32.0", "vitest": "^3.1.3" }, "license": "MIT" }

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/inakianduaga/clockify-mcp'

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