Skip to main content
Glama

tasksync-mcp

package.json1.22 kB
{ "name": "tasksync-mcp", "version": "1.0.9", "description": "TaskSync MCP server for filesystem access and review feedback", "license": "MIT", "author": "TaskSync", "type": "module", "bin": { "tasksync-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "jest --config=jest.config.cjs --coverage", "start": "node dist/index.js .", "start:sse": "node dist/index.js . --sse --port=3001", "dev": "npm run build && npm run start", "dev:sse": "npm run build && npm run start:sse" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.0", "diff": "^5.1.0", "express": "^4.18.2", "minimatch": "^10.0.1", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@jest/globals": "^29.7.0", "@types/diff": "^5.0.9", "@types/express": "^4.17.17", "@types/jest": "^29.5.14", "@types/minimatch": "^5.1.2", "@types/node": "^22", "jest": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.1.1", "ts-node": "^10.9.2", "typescript": "^5.8.2" } }

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/4regab/tasksync-mcp'

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