Skip to main content

MCP server for orchestration, lane management, worker daemons, and turn metrics.

Project description

Workstate Orchestrator MCP

MCP server for orchestration, lane management, worker daemons, review dispatch, and ACE metrics.

Installation

From PyPI (recommended)

pip install mcp-workstate-orchestrator
# or, as an isolated tool:
uv tool install mcp-workstate-orchestrator
# or, ad-hoc without installing:
uvx mcp-workstate-orchestrator --help

mcp-workstate-orchestrator declares mcp-workstate-handoff>=0.5.0,<0.6.0 as a required dependency; pip resolves it from PyPI automatically. workstate-codex-bridge remains optional unless you want the local bridge backend.

From the monorepo source tree (development)

From this package root inside workstate:

cd packages/mcp-workstate-orchestrator
python -m pip install -e ".[dev]"

When developing both MCP servers in lockstep, install the sibling handoff package as an editable first so the orchestrator picks it up:

pip install -e ../mcp-workstate-handoff
pip install -e ".[dev]"

Development

Run package-local commands from the package root:

make lint-orchestrator
make fix-lint-orchestrator
make format-orchestrator
make mypy-orchestrator
make test-orchestrator
make check-orchestrator

The package Makefile keeps workstate-codex-bridge as an optional sibling source path for local bridge-backend development, but it expects mcp-workstate-handoff to be installed as a normal package dependency.

Direct commands also work:

PYTHONPATH=src python -m ruff check src tests
PYTHONPATH=src python -m mypy src
PYTHONPATH=src python -m pytest tests -q

Token-Efficient Usage

For bounded reads and compact caller patterns, follow the shared guide in packages/mcp-workstate-handoff/docs/guides/token-efficient-usage.md. The orchestrator package reuses that guidance instead of maintaining a separate copy of the same parameter semantics.

Runtime Notes

This package orchestrates work against a target workspace. The workspace you point it at still needs the expected task state and orchestration inputs, such as:

  • .task-state/
  • lane manifests
  • task plans or other orchestration docs the lane logic references

Those assets belong to the workspace being orchestrated, not to the package checkout itself.

Backends

The orchestration layer supports multiple execution backends, including:

  • codex-cli
  • codex-subagent
  • claude-code
  • local-model-openai

Some backends are optional and require host-specific tooling to be installed separately.

Source Checkout Usage

For local source execution without installation:

PYTHONPATH=src python -m workstate_orchestrator_mcp --help

If you are testing against a sibling workstate-codex-bridge checkout instead of an installed bridge dependency, extend PYTHONPATH with that sibling src directory as needed.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_workstate_orchestrator-0.5.0.tar.gz (280.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_workstate_orchestrator-0.5.0-py3-none-any.whl (213.2 kB view details)

Uploaded Python 3

File details

Details for the file mcp_workstate_orchestrator-0.5.0.tar.gz.

File metadata

File hashes

Hashes for mcp_workstate_orchestrator-0.5.0.tar.gz
Algorithm Hash digest
SHA256 6fbdc652d28b10e8ca1e92a1591b83048776b488941369f8b05f67d26dcbc99b
MD5 06fd1528d3a6beefdcc753d1258be23e
BLAKE2b-256 4fdc1428404224ccec01090791dd9e49a27858dad8573c5924e575218f031352

See more details on using hashes here.

File details

Details for the file mcp_workstate_orchestrator-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_workstate_orchestrator-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 8a57e66757cb1e7cf672aa7f5b1c959f8dbd2d8094a9c43f5ef569cf94c690f3
MD5 0993711c6a6a267576ad9cafa138df06
BLAKE2b-256 01e69f5e8f131d726684b5aa842c158ca550b5fef29a871af791fff0336cdd3a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page