We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bermingham85/mcp-puppet-pipeline'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
@echo off
cls
color 0A
echo.
echo ============================================================
echo AUTOMATED PUPPET PRODUCTION SYSTEM
echo ============================================================
echo.
echo Processing: rendernet_media_vid_NS5ozVwpwE.mp4
echo.
echo This will automatically:
echo - Extract optimal frame from video
echo - Generate puppet variations
echo - Create scene compositions
echo - Produce voice narrations
echo - Package everything for deployment
echo.
echo ============================================================
echo.
cd /d C:\puppet_production
echo Installing dependencies if needed...
call npm init -y >nul 2>&1
call npm install ws >nul 2>&1
echo.
echo Starting automation...
echo.
node LAUNCH.js
echo.
echo ============================================================
echo.
echo Process complete! Check the automated_output folder.
echo.
pause