
Workflow
by vchaindz
AI-native workflow orchestrator for the command line with TUI and multi-LLM integration.
What it does\nWorkflow is a file-based orchestrator that brings n8n-like automation to the terminal. It allows users to create, schedule, and track complex workflows using shell scripts or YAML DAGs, featuring deep integration with AI tools (Claude, Codex, Gemini) to generate and fix automation tasks naturally.\n\n## Tools\n- run: Executes a specific workflow task by reference.\n- ai-update: Uses LLMs to refine or add logic to existing workflows.\n- schedule: Sets up cron-like execution for maintenance tasks.\n- sync: Synchronizes workflow libraries across machines via GitHub.\n- mcp call: Direct integration to invoke other MCP tools within a workflow step.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "workflow": {\n "command": "workflow",\n "args": ["mcp-stdio"]\n }\n }\n}\n\n\n## Supported hosts\nConfirmed support for Claude Desktop, Codex, and Gemini CLI.
Quick install
cargo install --path .Information
- Pricing
- free
- Published
- 4/23/2026
- stars






