{
  "markdown": "\n# mcp-task-tools\n\nMCP server providing task and project management tools for AI agents.\n\n## Tools\n\n### todo_manager\nIn-memory task list management. Add, complete, update status, delete, and list tasks with filtering by status, priority, and tags. Data persists within the session.\n\n### priority_sorter\nSort tasks using established prioritization frameworks:\n- **Eisenhower Matrix** — categorize by urgent/important into four quadrants (Do First, Schedule, Delegate, Eliminate)\n- **RICE Scoring** — rank by Reach, Impact, Confidence, and Effort\n- **MoSCoW Method** — classify as Must Have, Should Have, Could Have, or Won't Have\n\n### time_estimator\nEstimate task duration using PERT methodology. Break work into subtasks, provide optimistic/realistic/pessimistic estimates, and get weighted expected time with configurable buffer.\n\n### standup_generator\nGenerate daily standup updates from the current task list. Outputs yesterday (completed), today (in progress), and blockers with summary statistics.\n\n### burndown_calculator\nCalculate sprint burndown data. Given tasks with story points and sprint duration, computes ideal vs actual burndown, velocity metrics, and completion forecast.\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\n## Usage with Claude Desktop\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"task-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-task-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## License\n\nMIT\n",
  "bytes": 1466,
  "sha": "b8db1018ae9c8a24fc87767aff8d47ddc1f5b2108924c42fa6ed29fd9f8ea3ff",
  "repo_slug": "rog0x/mcp-task-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_task_7e23dd0e/readme"
}