{"id":28092539,"url":"https://github.com/aekkaratjerasuk/taskflow-mcp","last_synced_at":"2025-05-15T15:13:29.439Z","repository":{"id":292632896,"uuid":"981441744","full_name":"Aekkaratjerasuk/taskflow-mcp","owner":"Aekkaratjerasuk","description":"A task management Model Context Protocol (MCP) server that helps AI assistants break down user requests into manageable tasks with subtasks, dependencies, and notes. Enforces a structured workflow with user approval steps.","archived":false,"fork":false,"pushed_at":"2025-05-14T13:46:57.000Z","size":1106,"stargazers_count":8,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-14T14:34:33.647Z","etag":null,"topics":["ai-assistant","cursor","dependencies-manager","mcp","mcp-server","model-context-protocol","model-context-protocol-servers","nodejs","notes-manager","project-management","subtasks","taskflow","typescript","workflow"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Aekkaratjerasuk.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-11T05:36:39.000Z","updated_at":"2025-05-14T13:47:00.000Z","dependencies_parsed_at":"2025-05-13T13:19:38.150Z","dependency_job_id":null,"html_url":"https://github.com/Aekkaratjerasuk/taskflow-mcp","commit_stats":null,"previous_names":["aekkaratjerasuk/taskflow-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aekkaratjerasuk%2Ftaskflow-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aekkaratjerasuk%2Ftaskflow-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aekkaratjerasuk%2Ftaskflow-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Aekkaratjerasuk%2Ftaskflow-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Aekkaratjerasuk","download_url":"https://codeload.github.com/Aekkaratjerasuk/taskflow-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364267,"owners_count":22058880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-assistant","cursor","dependencies-manager","mcp","mcp-server","model-context-protocol","model-context-protocol-servers","nodejs","notes-manager","project-management","subtasks","taskflow","typescript","workflow"],"created_at":"2025-05-13T13:19:35.128Z","updated_at":"2025-05-15T15:13:29.433Z","avatar_url":"https://github.com/Aekkaratjerasuk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TaskFlow MCP 🌟\n\n![GitHub release](https://img.shields.io/github/v/release/Aekkaratjerasuk/taskflow-mcp?color=brightgreen\u0026label=Latest%20Release\u0026style=flat)\n\nWelcome to **TaskFlow MCP**, a task management Model Context Protocol (MCP) server designed to enhance AI assistants. This project helps break down user requests into manageable tasks, complete with subtasks, dependencies, and notes. It enforces a structured workflow with user approval steps, making task management simpler and more efficient.\n\n## Table of Contents\n\n- [Features](#features)\n- [Getting Started](#getting-started)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Links](#links)\n\n## Features\n\n- **Task Management**: Break down complex requests into simple tasks.\n- **Subtasks**: Organize tasks into smaller, manageable components.\n- **Dependencies**: Define task dependencies to maintain workflow integrity.\n- **Notes**: Attach notes to tasks for additional context.\n- **User Approval**: Ensure tasks receive user confirmation before proceeding.\n- **Easy Integration**: Designed to work seamlessly with AI assistants.\n\n## Getting Started\n\nTo get started with TaskFlow MCP, follow the instructions below. You can download the latest release [here](https://github.com/Aekkaratjerasuk/taskflow-mcp/releases).\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- Node.js (version 14 or higher)\n- npm (Node Package Manager)\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/Aekkaratjerasuk/taskflow-mcp.git\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd taskflow-mcp\n   ```\n\n3. Install the required dependencies:\n\n   ```bash\n   npm install\n   ```\n\n4. Start the server:\n\n   ```bash\n   npm start\n   ```\n\nNow, your TaskFlow MCP server is running and ready to manage tasks.\n\n## Usage\n\nOnce the server is running, you can interact with it through your AI assistant. Here’s how to utilize the features:\n\n### Creating Tasks\n\nTo create a new task, send a request to the server with the task details. The server will respond with a unique task ID.\n\n### Adding Subtasks\n\nYou can add subtasks to any existing task by specifying the parent task ID. This helps in organizing tasks better.\n\n### Managing Dependencies\n\nDefine dependencies between tasks to ensure they execute in the correct order. The server will handle the logic for you.\n\n### Adding Notes\n\nAttach notes to any task for additional context. This is useful for providing background information or instructions.\n\n### User Approval\n\nBefore a task proceeds, the server will prompt for user approval. This ensures that the user is always in control.\n\n## Contributing\n\nWe welcome contributions to TaskFlow MCP! If you have ideas for improvements or features, please follow these steps:\n\n1. Fork the repository.\n2. Create a new branch for your feature or fix.\n3. Make your changes.\n4. Submit a pull request.\n\nPlease ensure that your code follows our coding standards and includes tests where applicable.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n## Links\n\nFor more information and updates, visit the [Releases](https://github.com/Aekkaratjerasuk/taskflow-mcp/releases) section. Here, you can find the latest versions and updates for TaskFlow MCP.\n\n---\n\nFeel free to explore, contribute, and make the most out of TaskFlow MCP. We appreciate your interest and support!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faekkaratjerasuk%2Ftaskflow-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faekkaratjerasuk%2Ftaskflow-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faekkaratjerasuk%2Ftaskflow-mcp/lists"}