keshrath/agent-tasks
Pipeline-driven task management for AI coding agents — stages, dependencies, artifacts, and multi-agent collaboration
Platform-specific configuration:
{
"mcpServers": {
"agent-tasks": {
"command": "npx",
"args": [
"-y",
"agent-tasks"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](LICENSE) [](https://nodejs.org/) []() []() []()
Pipeline-driven task management for AI coding agents. An MCP server with stage-gated pipelines, multi-agent collaboration, and a real-time kanban dashboard. Tasks flow through configurable stages — backlog, spec, plan, implement, test, review, done — with dependency tracking, approval workflows, artifact versioning, and threaded comments.
Built for AI coding agents (Claude Code, Codex CLI, Gemini CLI, Aider) but works equally well with any MCP client, REST consumer, or WebSocket listener.
---
| Light Theme | Dark Theme | | -------------------------------------------------------- | ------------------------------------------------------ | | | |
---
When you run multiple AI agents on the same codebase, they need a shared task pipeline — not just a flat todo list. They need stages, dependencies, approvals, and visibility.
---
backlog > spec > plan > implement > test > review > doneLoading reviews...