MCPuppet

MCPuppet

MCPuppet is a workflow orchestrator that enforces policies, audits tool calls, and monitors workflow execution for AI applications using MCP servers.

Category
Visit Server

README

MCPuppet

MCPuppet

A proof of concept MCP Workflow Orchestrator that demonstrates workflow monitoring, audit logging, and policy-based execution ordering for AI applications using MCP tools.

Features

  • Workflow Orchestration: Acts as MCP server to AI applications and MCP client to downstream servers
  • Policy Enforcement: Sequential dependencies, parallel restrictions, conditional execution, and approval gates
  • Comprehensive Audit Logging: Complete audit trail of all tool calls and workflow activities
  • Real-time Monitoring: Live workflow status tracking and progress monitoring
  • Template-based Workflows: Predefined workflow patterns for common operations
  • Policy Violation Detection: Automatic blocking of rule violations with detailed reporting

Architecture

AI Application → MCPuppet → Multiple MCP Servers → Tool Execution
                    ↓
              Audit Trail + Policy Enforcement

Prerequisites

  • Python 3.9+
  • Virtual environment (recommended)

Installation

  1. Clone and navigate to the project directory
  2. Create and activate virtual environment:
    python3 -m venv venv
    source venv/bin/activate
    
  3. Install dependencies:
    pip install -r requirements.txt
    

Claude Desktop Integration

To use this as an MCP server with Claude Desktop:

  1. Test the MCP server:

    source venv/bin/activate
    python test_mcp_server.py
    
  2. Configure Claude Desktop by adding this to your claude_desktop_config.json:

    {
      "mcpServers": {
        "workflow-orchestrator": {
          "command": "/path/to/your/project/venv/bin/python",
          "args": ["/path/to/your/project/mcp_server.py"]
        }
      }
    }
    
  3. Restart Claude Desktop to load the MCP server

See CLAUDE_SETUP.md for detailed setup instructions.

Quick Start

Run All Demos

python main.py demo

Run Specific Demos

python main.py demo-success    # Successful customer onboarding workflow
python main.py demo-violation  # Policy violation enforcement demo
python main.py demo-approval   # Financial processing with approval gates
python main.py demo-monitoring # Real-time workflow monitoring
python main.py demo-audit      # Comprehensive audit trail

Interactive Mode

python main.py interactive

System Status

python main.py status

Demo Scenarios

1. Successful Workflow

Demonstrates a complete customer onboarding workflow:

  • Data validation → Processing → Backup → Notification
  • Shows proper dependency ordering and successful completion

2. Policy Violation

Shows what happens when workflow rules are violated:

  • Attempts to process data before validation
  • Demonstrates automatic blocking and audit logging

3. Approval Workflow

Financial processing workflow with manual approval gates:

  • Validation → Approval → Processing → Backup & Notification
  • Shows approval request/response cycle

4. Real-time Monitoring

Live dashboard showing workflow progress:

  • Progress bars and status updates
  • Real-time metrics and completion tracking

5. Comprehensive Audit

Complete audit trail across all sessions:

  • Policy violations summary
  • Performance metrics
  • Compliance reporting

Configuration

Edit config.json to customize:

  • Downstream server URLs
  • Policy rules (dependencies, restrictions, conditions)
  • Workflow templates
  • Audit settings

Project Structure

MCPuppet/
├── main.py                    # Main entry point
├── orchestrator.py            # Core workflow orchestrator
├── workflow_policies.py       # Policy engine
├── audit_monitor.py          # Audit logging and monitoring
├── workflow_templates.py     # Predefined workflow templates
├── demo_workflows.py         # Demo scenarios
├── config.json              # Configuration
├── requirements.txt         # Dependencies
├── downstream_servers/      # Simulated MCP servers
│   ├── validation_server.py
│   ├── processing_server.py
│   ├── backup_server.py
│   ├── notification_server.py
│   └── approval_server.py
└── audit_logs/              # Audit output directory

Key Components

MCPuppet Core (orchestrator.py)

  • Acts as MCP server to AI applications
  • Acts as MCP client to downstream servers
  • Enforces workflow policies and call ordering
  • Provides comprehensive audit logging
  • Tracks workflow state and dependencies

Workflow Policy Engine (workflow_policies.py)

  • Sequential Dependencies: Tool A must be called before Tool B
  • Parallel Restrictions: Some tools cannot run simultaneously
  • Conditional Execution: Tool C only available after Tool A succeeds
  • Approval Gates: Some tools require manual approval before execution

Audit Monitor (audit_monitor.py)

  • Comprehensive logging of all tool calls
  • Workflow compliance tracking
  • Performance metrics (duration, success rates)
  • Policy violation detection and reporting
  • Real-time workflow status

Workflow Templates (workflow_templates.py)

  • Predefined sequences for common operations
  • Template-based workflow execution
  • Progress tracking and validation

Monitoring Dashboard

The system provides a real-time monitoring dashboard showing:

┌─ Workflow Status Dashboard ─────────────────────┐
│ Active Workflows: 3                             │
│ Completed Today: 47                             │ 
│ Policy Violations: 2                            │
│                                                 │
│ Current Workflow: customer_onboarding          │
│ Progress: ████████░░ 80% (4/5 steps)           │
│ Duration: 3.2s                                  │
│ Next Step: send_notification                    │
└─────────────────────────────────────────────────┘

Security & Compliance

  • Complete audit trail for all MCP tool interactions
  • Policy-based access control and workflow enforcement
  • Comprehensive logging with structured output
  • Compliance reporting and violation tracking
  • Approval workflows for sensitive operations

Testing

The system includes comprehensive demos that test:

  • Workflow orchestration and execution
  • Policy enforcement and violation detection
  • Audit logging and compliance reporting
  • Real-time monitoring and status tracking
  • Template-based workflow management
  • Approval gate functionality

Example Usage

# Create MCPuppet orchestrator
orchestrator = MCPOrchestrator()

# Execute workflow step
result = await orchestrator.call_tool(
    session_id="customer_123",
    tool_name="validate_data",
    arguments={"data": {"name": "John Doe", "email": "john@example.com"}}
)

# Check workflow status
status = orchestrator.get_session_status("customer_123")

Contributing

This is a proof of concept demonstrating MCPuppet's workflow orchestration capabilities. The focus is on showing the value proposition of comprehensive workflow monitoring and audit capabilities for AI tool usage.

License

This project is a demonstration/proof of concept for MCPuppet workflow orchestration.


Key Value Propositions

For Enterprises:

  • "Show me exactly what our AI did and prove it followed our policies"
  • "Prevent AI from doing dangerous things in the wrong order"
  • "Audit compliance for AI tool usage"

For Developers:

  • "I can see the full workflow trace when things go wrong"
  • "I can enforce business logic without changing every tool"
  • "I can gradually add workflow rules without breaking existing tools"

For AI Safety:

  • "AI can't accidentally skip safety checks"
  • "Dangerous tool combinations are blocked by policy"
  • "Complete audit trail for accountability"

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured