An MCP server for intelligent workflow routing and execution across MCP-compatible clients. Route tasks, run workflows, and generate next actions seamlessly in stdio or HTTP mode.
Determine the appropriate workflow domain
Choose or inspect workflow resources
Execute one main workflow sequence
Apply one utility prompt if needed
Produce one immediate next action
Routes incoming tasks to appropriate workflow domains
Step 1Selects or inspects workflow resources for a domain
Step 2Executes the main workflow sequence
Step 3Applies a utility prompt for additional processing
Step 4 (Optional)Generates the immediate next action to take
Step 5route_and_run for complete workflow executionBundled workflow resources include:
Integrate with any MCP-compatible client using the standard MCP configuration contract.
When running in HTTP mode, explore the full API interactively at /docs.
The OpenAPI specification is available at /docs-api.json.
Port is configurable via MCP_PORT environment variable.
Run directly on your machine for development and testing.
Containerized deployment for consistent environments.
Scalable deployment in container orchestration platforms.