Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
claude mcp add task-orchestrator -- docker run -i --rm ghcr.io/jpicklyk/task-orchestrator:latest
claude_desktop_config.json
{
"mcpServers": {
"task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"task-orchestrator": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:latest"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jpicklyk--task-orchestrator/reviews or the review_server meta-tool.
POST /mcp