MCP Task Orchestrator✓
io.github.jpicklyk/task-orchestrator · v3.2.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jpicklyk/task-orchestrator",
"description": "Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates",
"title": "MCP Task Orchestrator",
"repository": {
"url": "https://github.com/jpicklyk/task-orchestrator.git",
"source": "github"
},
"version": "3.2.0",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/jpicklyk/task-orchestrator:latest",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "SQLite database file path (default: data/current-tasks.db)",
"name": "DATABASE_PATH"
},
{
"description": "Enable Flyway database migrations (default: true)",
"name": "USE_FLYWAY"
},
{
"description": "Directory containing .taskorchestrator/config.yaml for workflow schemas (default: working dir)",
"name": "AGENT_CONFIG_DIR"
},
{
"description": "Transport mode: stdio (default) or http",
"name": "MCP_TRANSPORT"
},
{
"description": "HTTP port when using http transport (default: 3001)",
"name": "MCP_HTTP_PORT"
},
{
"description": "Logging level: DEBUG, INFO, WARN, ERROR (default: INFO)",
"name": "LOG_LEVEL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}