Enables copying workflows and playbook files directly to a Git repository for version control and offline access
Allows using the MCP Inspector tool via NPX for testing the server functionality
Uses OpenAI's embeddings for semantic search to intelligently match user queries to appropriate workflows
Provides a production deployment option through Vercel for accessing the MCP server remotely
🎯 Structured Workflow Engine MCP Server
Context Engineering Framework with ready-to-use development workflows that bring structure to chaos.
🎯 What is this
Structured Workflow System - designed to help both high-tier and low-tier AI models follow consistent processes:
- 🧠 Context Engineering - workflows engineered for reliable AI execution across model tiers
- 🔧 9 Workflows - battle-tested processes that provide structure and guardrails
- ⚡ Smart Validation - automatically validates prerequisites and skips irrelevant steps
- 📋 12 Mini-Prompts - context-engineered prompts organized by development phases
🚀 Installation
MCP Server:
- Local Development: http://localhost:3000/api/mcp
- Production: https://agents-playbook.vercel.app/api/mcp
🧪 Testing
🛠️ Available Tools
get_available_workflows
Search workflows with AI semantic search.
Example:
- Input:
"fix critical bug"
- Output:
quick-fix
workflow (🎯 89% match)
select_workflow
Get complete workflow with execution plan.
get_next_step
Step-by-step navigation with smart validation.
📁 Workflows (9 total)
🚀 Development (4)
- feature-development - Complete feature development lifecycle
- product-development - From idea to product launch
- quick-fix - Fast bug fixes and hotfixes
- code-refactoring - Code architecture improvements
🧪 Testing & QA (3)
- fix-tests - Systematic test failure diagnosis and repair with refactoring integration
- fix-circular-dependencies - Comprehensive circular dependency resolution with architectural refactoring
- unit-test-coverage - Comprehensive unit test coverage improvement
📋 Setup & Planning (2)
- project-initialization - New project setup
- trd-creation - Technical Requirements Document creation
🎯 Usage Examples
🔌 MCP Integration
🤖 Claude Desktop
🎯 Cursor
Add to your Cursor settings or create a MCP configuration:
For Cursor users:
- Open Cursor Settings
- Navigate to "Extensions" or "Integrations"
- Add MCP Server configuration
- Restart Cursor
📁 Direct File Usage (Any IDE)
Copy playbook files directly to your project:
📚 Local Usage
Benefits:
- ✅ Works without MCP server
- ✅ Customize for your team
- ✅ Offline access
- ✅ Version control with project
- ✅ Cursor can reference workflows directly
🧠 How it works
- Context Engineering - workflows designed with clear context boundaries and validation
- Semantic Search - OpenAI embeddings understand task context for workflow selection
- YAML Workflows - structured processes with phases, steps, and guardrails
- Mini-Prompts - context-engineered reusable prompts that work across model tiers
- Smart Validation - prevents execution without required context, provides structure for low-tier models
🐛 Troubleshooting
"No workflows found"
- Use simple terms: "bug", "feature", "documentation"
- Check:
npm run build:embeddings
"OpenAI API errors"
- Check
OPENAI_API_KEY
in.env
- System falls back to text search if OpenAI unavailable
"Can't connect to MCP server"
- Make sure server is running:
npm run dev
- URL:
http://localhost:3000/api/mcp
"Steps are being skipped"
- This is normal behavior! System skips steps without required context
- Check logs to understand skip reasons
🎯 Structured Workflow Engine - Context engineering framework that brings order to chaos in AI-driven development
This server cannot be installed
A Context Engineering Framework that provides 9 battle-tested development workflows with smart validation to help AI models follow consistent processes.
Related MCP Servers
- -securityAlicense-qualityA FastAPI-based implementation of the Model Context Protocol that enables standardized interaction between AI models and development environments, making it easier for developers to integrate and manage AI tasks.Last updated -10PythonMIT License
- AsecurityFlicenseAqualityA powerful context management system that maintains persistent context across coding sessions, helping development teams track project structure, dependencies, and progress.Last updated -62TypeScript
- AsecurityAlicenseAqualityA TypeScript-based Model Context Protocol toolkit that enables AI to interact with code files, manage translations, build projects, and search for files and code content.Last updated -33205TypeScriptMIT License
- -securityFlicense-qualityA server-side implementation that handles context processing between GitHub repositories and AI models, enabling seamless integration of AI capabilities with codebases through the Model Context Protocol.Last updated -TypeScript