Skip to main content
Glama

TaskFlow MCP

package.json1.14 kB
{ "name": "@pinkpixel/taskflow-mcp", "version": "1.5.0", "description": "Model Context Protocol (MCP) server for planning and executing tasks.", "author": "Pink Pixel", "main": "dist/index.js", "type": "module", "bin": { "taskflow-mcp": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc -w", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pinkpixel-dev/taskflow-mcp.git" }, "keywords": [ "taskflow", "task", "task manager", "mcp", "model context protocol", "claude", "cursor" ], "license": "MIT", "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.11.1", "chalk": "^5.3.0", "docker-cli": "^0.0.2", "glob": "^10.3.10", "js-yaml": "^4.1.0", "zod": "^3.23.8", "zod-to-json-schema": "^3.23.5" }, "devDependencies": { "@types/js-yaml": "^4.0.9", "@types/json-schema": "^7.0.15", "@types/node": "^22.15.17", "@types/fs-extra": "^11.0.4", "typescript": "^5.8.3", "shx": "^0.3.4" } }

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/pinkpixel-dev/taskflow-mcp'

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