Monorepo for MulmoCast extension packages.
| Package | Description | npm |
|---|---|---|
| mulmocast-easy | MulmoCast with zero configuration (ffmpeg/Chrome bundled) | |
| mulmocast-preprocessor | Profile variants, filtering, AI summarization & Q&A | |
| @mulmocast/extended-types | Type definitions and Zod schemas for ExtendedMulmoScript | |
| mulmocast-mcp | MCP (Model Context Protocol) server for MulmoCast | |
| mulmocast-vision | Presentation slide generator via MCP (80+ templates) |
- Node.js >= 22
- Yarn 1.x
yarn installyarn build # Build all packages
yarn lint # Lint all packages
yarn format # Format all packages
yarn test # Test all packages- mulmocast - Core MulmoCast engine
- mulmocast-cli - MulmoCast CLI
- GraphAI - AI orchestration framework
- mulmocast.com - Official website & desktop app
MIT (except mulmocast-mcp: AGPL-3.0-only, mulmocast-vision: AGPL-3.0-or-later)