Workflow Commander MCP Server

by AndurilCode

239 downloads
Not rated
GitHub

About

An MCP (Model Context Protocol) server that provides structured workflow guidance to guide coding agents through a disciplined development process.

Details

Author
AndurilCode
Downloads
239
Categories
Other

- Dynamic YAML-driven workflows with schema-guided execution
- Automatic discovery and intelligent matching of workflows
- Real-time workflow state tracking and session management
- Mandatory phase-by-phase instructions for AI agents
- Agent-generated custom YAML workflows on-the-fly

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Workflow Commander MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via the installer script (curl -fsSL ... | bash) or manually with uv, then configure your MCP client using the workflow-commander CLI (e.g., workflow-commander configure -p cursor) or by adding a JSON configuration (e.g., .cursor/mcp.json). Use commands like bootstrap-rules to deploy workflow guidelines to AI assistants.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "workflow commander mcp server": {
            "workflow-commander": {
                "command": "uvx",
                "args": [
                    "--from",
                    "git+https://github.com/AndurilCode/workflow-commander@main",
                    "dev-workflow-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "workflow-commander": {
        "command": "uvx",
        "args": [
            "--from",
            "git+https://github.com/AndurilCode/workflow-commander@main",
            "dev-workflow-mcp"
        ]
    }
}

Workflow Commander MCP Server

A powerful MCP (Model Context Protocol) server that provides dynamic YAML-driven workflow guidance for AI coding agents. Features structured development workflows with progression control and decision points.

What This Does

This server guides AI agents through structured, schema-driven development workflows:
- πŸ“‹ Dynamic YAML Workflows: Custom workflows defined in YAML with schema-driven execution
- πŸ” Discovery-First: Automatically discovers and selects appropriate workflows based on task
- ⚑ Real-time State: Live workflow state tracking with comprehensive session management
- 🎯 Mandatory Guidance: Authoritative phase-by-phase instructions agents must follow
- πŸ€– Agent-Generated Workflows: Unique capability for agents to create custom YAML workflows on-the-fly

Two Workflow Approaches

Built-in Workflow Discovery Process

1. Automatic Discovery - System scans .workflow-commander/workflows/ for available YAML workflows
2. Intelligent Matching - Analyzes task description against workflow capabilities and goals
3. Workflow Selection - Agent chooses the most appropriate workflow from discovered options
4. Immediate Execution - Selected workflow starts with full state management and progression control

This provides instant access to proven workflows for common development patterns - coding, documentation, debugging, and more!

Agent Workflow Generation Process

1. Analyze Task Requirements - Agent understands specific needs
2. Get Creation Guidance - Comprehensive templates and best practices provided
3. Generate Custom YAML - Agent creates workflow tailored to exact requirements
4. Start Execution - Custom workflow runs with full state management

This enables agents to create workflows for any domain - web development, data science, DevOps, research, documentation, testing, and more!

Quick Start

Installing workflow-commander CLI

The workflow-commander CLI provides easy configuration and management of MCP servers. Install it directly with:

```bash

No reviews yet β€” be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.