tintinweb/chonky-task-manager-mcp
If you are the rightful owner of chonky-task-manager-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Chonky Task Manager MCP is a task management system designed for AI agents and workflows, integrating with MCP servers and VS Code extensions to automate and manage tasks systematically.
Chonky Task Manager MCP / VSCode Extension
Task Management for AI Agents & Workflows - A task management system with MCP server and VS Code extension for systematic workflow automation and agent-driven development.
š Part of the Super Chonky Tools suite for AI agents
Features
Core Task Management
- Project Organization - Create and manage structured task projects
- Task Dependencies - Handle complex workflows with dependency tracking
- Status Tracking - Full lifecycle management (pending ā in-progress ā done ā review)
- Smart Recommendations - AI-powered next task suggestions
- Batch Operations - Efficient bulk task creation and updates
Workflow Automation
- Agent Task Management - Guide AI agents through systematic execution
- Verification Enforcement - Proof requirements prevent task skipping
- Context Preservation - Detailed progress tracking and notes
- Dependency Management - Ensure proper execution order
- Import/Export - Project backup, migration, and folder import
Integration Options
- MCP Server - Direct integration with MCP-compatible clients
- VS Code Extension - Native Copilot integration with language model tools
- JSON Export/Import - Universal project portability
Usage
Workflow Automation
Chonky Tasks enables AI agents to autonomously manage and execute long-running projects by systematically working through tasks until all goals are achieved.
Typical Workflow:
- Agent creates project from user's goals and requirements
- Agent breaks down work into specific, actionable tasks with dependencies
- Agent works autonomously task-by-task, updating progress and status
- Agent tracks completion with success criteria validation and detailed notes
- Agent continues iteratively until all project goals are achieved
Command Examples
- "Create a chonky-tasks project and work through building my API with authentication step by step"
- "Set up a chonky-tasks workflow for this React dashboard and complete it autonomously"
- "Continue working on the chonky-tasks project until all tasks are done"
- "Take my project plan and execute it systematically using chonky-tasks management"
- "Import this project outline into chonky-tasks and work through each task until completion"
Granular Task Operations:
- "Add this as a task to the current chonky-tasks project"
- "Show me all pending tasks in the project"
- "Get the next task you should work on"
- "Mark task 3 as completed with proof of completion"
- "Update the current task status and add your progress notes"
Folder Import
Import structured task workflows from markdown files using chonky-task-manager-import-folder
. Files should follow the naming pattern task{id}.md
or task{id}-{subtaskId}.md
with YAML frontmatter:
---
title: "Task Title"
description: "Task description"
priority: "high|medium|low"
dependencies: [1, 2] # Task IDs this depends on
---
Task details and success criteria...
Example folder structure:
project-tasks/
āāā task1.md # Main task 1
āāā task1-1.md # Subtask 1.1
āāā task1-2.md # Subtask 1.2
āāā task2.md # Main task 2
āāā task3.md # Main task 3
āāā task3-1.md # Subtask 3.1
See examples/task-import-from-folder/
for a complete workflow example.
Quick Start
MCP Server
# Install and build locally
npm install && npm run build
npm start
# OR install globally via npm
npm install -g chonky-task-manager-mcp
chonky-task-manager-mcp stdio
VS Code Extension
- Install from VS Code Marketplace
- Or open the
vscode-extension
folder in VS Code and press F5 for development mode - Use Copilot chat with natural language task commands
Integration
MCP Client Configuration
{
"mcpServers": {
"chonky-task-manager": {
"command": "chonky-task-manager-mcp",
"args": ["stdio"]
}
}
}
VS Code Extension
The extension automatically integrates with GitHub Copilot, providing language model tools for natural task management through chat interactions.
https://github.com/user-attachments/assets/4eea8ad3-295f-4805-87f8-204474d8e559
https://github.com/user-attachments/assets/8e90673c-94d2-4a92-864a-540f058eafff
Available Tools
chonky-task-manager-create-project
- Initialize new task projectschonky-task-manager-add-task
- Create individual taskschonky-task-manager-batch-add-tasks
- Bulk task creationchonky-task-manager-list-tasks
- View project dashboardchonky-task-manager-update-task
- Progress trackingchonky-task-manager-next-task
- Smart task recommendationschonky-task-manager-manage-dependencies
- Dependency managementchonky-task-manager-import-export
- Project backup/restorechonky-task-manager-import-folder
- Bulk import from markdown
Development
# MCP Server
npm run dev # Development mode with rebuild
npm test # Run test suite
npm run lint # Code linting
# VS Code Extension
cd vscode-extension
npm run compile # Build extension
npm run watch # Development mode
Project Structure
/src
- MCP server source code/vscode-extension
- VS Code extension with Copilot integration/examples
- Task import examples and workflows/build
- Compiled MCP server output
License
Chonky Proprietary License