Workflow Orchestrator MCP Server
@jeanibarz
Workflow Orchestrator MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"orchestrator-mcp-server": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Workflow Orchestrator MCP Server?
An AI-powered MCP server that manages and executes complex, dynamic workflows using a Large Language Model for intelligent decision-making. It is designed for developers who need adaptable, non-linear workflows within MCP-compatible clients like Cline.
How to use Workflow Orchestrator MCP Server?
Install dependencies with uv sync, set required environment variables (WORKFLOW_DEFINITIONS_DIR, WORKFLOW_DB_PATH, GEMINI_MODEL_NAME), then run uv run python -m orchestrator_mcp_server or the orchestrator-mcp-server command. The server exposes MCP tools: list_workflows, start_workflow, get_workflow_status, advance_workflow, resume_workflow. Workflows are defined as Markdown files in the configured definitions directory.
Key features of Workflow Orchestrator MCP Server?
- AI-driven decisions for dynamic branching and error handling.
- Workflows and steps defined in human-readable Markdown.
- Persistent state stored in a local SQLite database.
- Resumption of interrupted workflows with state reconciliation.
- Reusable, modular step definitions.
- Human-readable and editable workflow definitions.
Use cases of Workflow Orchestrator MCP Server?
- Automating multi-step code review and refactoring processes.
- Managing long-running task pipelines that can be paused and resumed.
- Creating adaptable GitLab issue analysis workflows.
- Generating commit suggestions or jokes with dynamic AI steps.
- Building custom orchestration logic for data processing or CI/CD.
FAQ from Workflow Orchestrator MCP Server
How is the server configured?
Configuration is done via environment variables: WORKFLOW_DEFINITIONS_DIR (path to Markdown workflow files), WORKFLOW_DB_PATH (path to SQLite database), GEMINI_MODEL_NAME (e.g., `gemini-2.
「推論」の他のコンテンツ
Task Planner MCP Server
CaptainCrouton89An MCP (Model Context Protocol) server that helps AI assistants (like Claude) break down complex tasks into manageable steps, track progress, and manage a hierarchical task list.
Code Reasoning MCP Server
mettamattA code reasoning MCP server, a fork of sequential-thinking
ArduPilot MCP Server Sandbox
hfujikawa77ArduPilotドローンをAIエージェントから操作するMCPサーバーです。
🚀 Aider-MCP: AI Coding Server with Universal Auto-Detection
jacv888Aider-MCP-Upgraded is a production-grade multi-agent AI coding system that combines Desktop Commander (DC) investigation capabilities with Aider's implementation power. Features 70%+ token reduction, modular architecture, and intelligent workflow automation through strategic agen
Node Code Sandbox MCP 🛠️
mozicim# 🐢🚀 Node.js Sandbox MCP ServerThis repository hosts a Node.js server that implements the Model Context Protocol (MCP) for running JavaScript in isolated Docker containers. It allows for on-the-fly npm dependency installation, making it easy to execute code safely and efficient
コメント