An MCP server for orchestrating task workflows with persistent work-item graphs, dependency tracking, notes, and server-enforced transition gates. It can block actions until required notes or dependency conditions are satisfied and supports actor attribution and auditing.
From the registry: Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
$ docker pull ghcr.io/jpicklyk/task-orchestrator:latestPlease install the `task-orchestrator` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Docker** — Docker must be installed and running to use the recommended containerized MCP server. (https://www.docker.com/products/docker-desktop/)
- **Pull the Task Orchestrator image** — Download the latest container image before configuring your MCP client. Run: `docker pull ghcr.io/jpicklyk/task-orchestrator:latest`
Canonical MCP server config (stdio transport):
- command: `docker`
- args: ["run","--rm","-i","-v","mcp-task-data:/app/data","ghcr.io/jpicklyk/task-orchestrator:latest"]
Note: Recommended install path is the Docker-based STDIO server. The server auto-initializes on first run. Optional workflow schema enforcement can be enabled by mounting your project's .taskorchestrator directory and setting AGENT_CONFIG_DIR=/project. Canonical optional additions: args += ["-v","<your-workspace>/.taskorchestrator:/project/.taskorchestrator:ro","-e","AGENT_CONFIG_DIR=/project"] and env includes AGENT_CONFIG_DIR with example "/project". README mentions the stack supports STDIO and HTTP transport, but only STDIO client configuration is documented, so HTTP config is not extracted.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENT_CONFIG_DIRPoints the server to the project config directory containing .taskorchestrator configurationAI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.