MCP Puppet Pipeline
Model Context Protocol (MCP) puppet automation pipeline for browser automation and AI-driven workflows.
Overview
A comprehensive MCP server implementation that provides tools and workflows for automated browser control, file operations, and AI agent coordination. Includes file hygiene management, conversation continuity, and QNAP integration.
Features
- MCP Server: Full MCP protocol implementation
- Browser Automation: Puppet-based web automation
- File Hygiene: Automated file organization and cleanup
- Conversation Continuity: Agent state management across sessions
- QNAP Integration: Network storage integration
- Auto-Startup: System initialization and startup automation
- Logging System: Comprehensive logging and monitoring
- Handoff System: Agent-to-agent task handoffs
Tech Stack
- TypeScript/Node.js
- Model Context Protocol (MCP)
- Puppeteer for browser automation
- QNAP network storage integration
Getting Started
Prerequisites
- Node.js (v18+ recommended)
- QNAP NAS (for storage integration)
- Access to MCP-compatible AI systems
Installation
npm install
Configuration
- Configure QNAP connection in
qnap-config.json - Set up logging preferences in
logging-config.json - Configure MCP server in
mcp-server-config.js - Review and customize startup scripts
Usage
# Run setup
./run_mcp_setup.sh
# Start MCP system (Windows)
START-MCP-SYSTEM.bat
# Run pre-initialization
node run-pre-init.js
# Start server
npm start
Project Structure
src/- Source codeserver.ts- Main MCP serveragents/- Agent implementationsintegrations/- External service integrationstools/- MCP toolslogging/- Logging system
workflows/- Workflow definitionshandoffs/- Agent handoff sessionsinventory/- File and resource inventorypublic/- Public assets
Key Components
File Hygiene Agent
Automated file organization, cleanup, and management system with registry tracking.
Conversation Continuity Agent
Maintains context and state across agent sessions and handoffs.
Affogato Integration
Character pipeline and asset management through Affogato API.
Auto Handoff System
Automated task routing and handoffs between agents.
Documentation
See individual markdown files for detailed documentation:
AUTO-STARTUP-SETUP.md- Startup automationFILE_HYGIENE_MCP_GUIDE.md- File hygiene systemREMEDIATION_CHECKLIST.md- System remediation
License
MIT