Odel
MCP Task Orchestrator

MCP Task Orchestrator

Local
@jpicklyk206KotlinMITUpdated 1mo ago

Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/jpicklyk/task-orchestrator:latest

Run

docker run -i --rm ghcr.io/jpicklyk/task-orchestrator:latest

MCP client config

{
  "mcpServers": {
    "mcp-task-orchestrator": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/jpicklyk/task-orchestrator:latest"
      ]
    }
  }
}