← Back to Plugins
MCP Server MCP

MCP Task Orchestrator

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...