MCP Task Orchestrator for Claude Code
io.github.jpicklyk/task-orchestrator
Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
client:Claude Code
transport:stdio
runtime:oci
Install MCP Task Orchestrator in Claude Code
run in your project directory
claude mcp add task-orchestrator -e DATABASE_PATH=<DATABASE_PATH> -e USE_FLYWAY=<USE_FLYWAY> -e AGENT_CONFIG_DIR=<AGENT_CONFIG_DIR> -e MCP_TRANSPORT=<MCP_TRANSPORT> -e MCP_HTTP_PORT=<MCP_HTTP_PORT> -e LOG_LEVEL=<LOG_LEVEL> -- docker run -i --rm ghcr.io/jpicklyk/task-orchestrator:3.14.0
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs