Workflow Commander MCP Server
@AndurilCode
About Workflow Commander MCP Server
An MCP (Model Context Protocol) server that provides structured workflow guidance to guide coding agents through a disciplined development process.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"workflow-commander": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/AndurilCode/workflow-commander@main",
"dev-workflow-mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Workflow Commander MCP Server?
Workflow Commander MCP Server is a dynamic YAML-driven workflow guidance tool for AI coding agents, providing structured development workflows with progression control and decision points. It integrates with MCP clients to guide agents through schema-defined processes, supporting both built-in discovery and agent-generated custom workflows.
How to use Workflow Commander MCP Server?
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.
Key features of Workflow Commander MCP Server
- 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
Use cases of Workflow Commander MCP Server
- Guiding AI agents through structured development processes
- Creating custom workflows for web development, data science, and DevOps
- Standardizing debugging and documentation workflows across teams
- Providing instant access to proven workflows for common patterns
FAQ from Workflow Commander MCP Server
What does Workflow Commander MCP Server do?
It provides dynamic YAML-driven workflow guidance for AI coding agents, with built-in discovery and agent-generated workflow creation for structured development processes.
How do I install Workflow Commander MCP Server?
Run the installation script with curl -fsSL https://raw.githubusercontent.com/AndurilCode/workflow-commander/refs/heads/main/install.sh | bash or manually install with uv and configure your MCP client.
What runtime dependencies are required?
Python with either pipx, uv, or pip; the installer handles dependencies and PATH configuration automatically.
How do I configure it for my MCP client?
Use the workflow-commander configure CLI command interactively or for specific platforms (e.g., -p cursor), or manually add the server configuration to your MCP client's JSON file.
What are the two workflow approaches?
Built-in workflow discovery scans .workflow-commander/workflows/ for available YAML workflows, while agent workflow generation allows agents to create custom YAML workflows on-the-fly for any domain.
Frequently asked questions
What does Workflow Commander MCP Server do?
It provides dynamic YAML-driven workflow guidance for AI coding agents, with built-in discovery and agent-generated workflow creation for structured development processes.
How do I install Workflow Commander MCP Server?
Run the installation script with `curl -fsSL https://raw.githubusercontent.com/AndurilCode/workflow-commander/refs/heads/main/install.sh | bash` or manually install with uv and configure your MCP client.
What runtime dependencies are required?
Python with either pipx, uv, or pip; the installer handles dependencies and PATH configuration automatically.
How do I configure it for my MCP client?
Use the `workflow-commander configure` CLI command interactively or for specific platforms (e.g., `-p cursor`), or manually add the server configuration to your MCP client's JSON file.
What are the two workflow approaches?
Built-in workflow discovery scans `.workflow-commander/workflows/` for available YAML workflows, while agent workflow generation allows agents to create custom YAML workflows on-the-fly for any domain.
Basic information
More Reasoning MCP servers
quarkus-langchain4j-workshop
quarkusioQuarkus LangChain4J Workshop that demonstrates both single AI service capabilities and Agentic AI orchestration
π 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
NeoCoder: Neo4j-Guided AI Coding Workflow
angrysky56An MCP server allowing AI assistants to use a Neo4j knowledge graph as their primary, dynamic instruction manual and long term project memory with adaptive templating and autonomous tool development tools.
n8n Workflow Builder MCP Server
makafeliAI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
Comments