dispatch

outfitter-dev/dispatch
★ 1 stars Python Code/Dev Tools Updated 11d ago
Local control plane for orchestrating Codex agent lanes over the Codex App Server (CLI + MCP, one contract).
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": {
    "dispatch": {
      "command": "uvx",
      "args": [
        "dispatch"
      ]
    }
  }
}

Or install with pip: pip install dispatch

README Excerpt

Local control plane for orchestrating Codex agent lanes over the Codex App Server. One authored contract per operation, projected to CLI + MCP (+ remote later) with no drift. Install the CLI from PyPI: ```bash uv tool install outfitter-dispatch dispatch --help dispatchd --help dispatch doctor dispatch up --json