MCP Task Orchestrator for Cline
io.github.jpicklyk/task-orchestrator
Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
client:Cline
transport:stdio
runtime:oci
Install MCP Task Orchestrator in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"task-orchestrator": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/jpicklyk/task-orchestrator:3.14.0"
],
"env": {
"DATABASE_PATH": "<DATABASE_PATH>",
"USE_FLYWAY": "<USE_FLYWAY>",
"AGENT_CONFIG_DIR": "<AGENT_CONFIG_DIR>",
"MCP_TRANSPORT": "<MCP_TRANSPORT>",
"MCP_HTTP_PORT": "<MCP_HTTP_PORT>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs