conductor-tasks
by hridaya423·★ 74·Score 45
AI-powered task management system for developers that integrates via MCP or CLI.
Overview
Conductor Tasks is an intelligent task management system specifically designed for AI development workflows. It provides AI-powered task generation, expansion, and tracking capabilities, integrating seamlessly via MCP or as a standalone CLI tool. The system supports multiple LLM providers, allowing users to choose optimal models for different tasks while maintaining flexibility and avoiding vendor lock-in.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose Conductor Tasks if you need an AI-powered task management system that supports multiple LLM providers and works both as an MCP server and standalone CLI tool.
When NOT to choose this
Don't choose this if you need a simple task manager without AI capabilities or if you prefer a single-vendor solution with extensive customization options.
Tools this server exposes
12 tools extracted from the READMEinitialize-projectInitialize conductor-tasks for a new or existing project
parse-prdParse a PRD file and create/update structured tasks
list-tasksList all tasks in the current project
get-next-taskGet the next suggested task to work on
get-task-detailsGet details for a specific task by ID
update-taskUpdate a task's status or other properties
generate-implementation-stepsGenerate detailed implementation steps for a task
visualize-tasks-kanbanDisplay tasks as a kanban board
visualize-tasks-dependency-treeDisplay tasks as a dependency tree
visualize-tasks-dashboardDisplay a summary dashboard of tasks
suggest-task-improvementsGet AI-suggested improvements for a task
generate-diffGenerate code diff for task implementation
Comparable tools
Installation
Installation
Via MCP (Recommended)
- Add the MCP Server Configuration to your editor's settings (e.g.,
mcp.json):
{
"mcpServers": {
"conductor-tasks": {
"command": "npx",
"args": ["conductor-tasks", "--serve-mcp"],
"env": {
"OPENAI_API_KEY": "YOUR_OPENAI_KEY_HERE",
"ANTHROPIC_API_KEY": "YOUR_ANTHROPIC_KEY_HERE",
"GOOGLE_API_KEY": "YOUR_GOOGLE_KEY_HERE"
}
}
}
}Via CLI
npm install -g conductor-tasksThen set up your API keys in a .env file:
FAQ
- Which LLM providers does Conductor Tasks support?
- It supports OpenAI, Anthropic, Groq, Mistral, Google Gemini, Perplexity, xAI, Azure OpenAI, and local/OpenAI-compatible endpoints like Ollama and LM Studio.
- Can I use Conductor Tasks without MCP integration?
- Yes, it can be used as a standalone CLI tool with full functionality including task generation, management, and visualization.
On Hacker News
Recent discussion from the developer community.
- Story by hridyaagrawal · 2025-05-13
- Story by hridyaagrawal · 2025-05-04
Compare conductor-tasks with
Last updated · Auto-generated from public README + GitHub signals.