MCP Server
MCP
MCP Task Orchestrator
Server-enforced workflow discipline for AI agents: work items, dependency graphs, quality gates
Install
oci:ghcr.io/jpicklyk/task-orchestrator:latest
Configuration Example
{
"remotes": [],
"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"
}
]
}
]
}
mcp
model-context-protocol
oci
By
Comments
Sign in to leave a comment