io.github.jpicklyk

task-orchestrator

MCP Task Orchestrator

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

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

DATABASE_PATH

SQLite database file path (default: data/current-tasks.db)

USE_FLYWAY

Enable Flyway database migrations (default: true)

AGENT_CONFIG_DIR

Directory containing .taskorchestrator/config.yaml for workflow schemas (default: working dir)

MCP_TRANSPORT

Transport mode: stdio (default) or http

MCP_HTTP_PORT

HTTP port when using http transport (default: 3001)

LOG_LEVEL

Logging level: DEBUG, INFO, WARN, ERROR (default: INFO)