mcp-server-orchestrate

eustin/mcp-server-orchestrate
★ 0 stars Python AI/LLM Updated today
Stop AI agents from hallucinating task completion. MCP server enforcing state integrity, verification gates, and DAG scheduling.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-orchestra": {
      "command": "uvx",
      "args": [
        "mcp-server-orchestrate"
      ]
    }
  }
}

Or install with pip: pip install mcp-server-orchestrate

README Excerpt

Machine-verified 4-phase workflow MCP server for AI coding assistants. Enforces **DESIGN → PLAN → EXECUTE → VERIFY → COMPLETE** with human approval gates, state integrity checks, and DAG task scheduling. --- ``` │ ▼ (DESIGN Phase) Write `.orchestrator/design.md` │ ▼ orchestrate_approve() ──> orchestrate_verify()

Tools (6)

orchestrate_approveorchestrate_archiveorchestrate_get_dag_batchesorchestrate_initorchestrate_statusorchestrate_verify