What is MCP Bundler?
MCP Bundler is a specialized service that fetches code from GitHub repositories, bundles it efficiently, and prepares it for deployment. It supports both direct code return and optional Google Cloud Storage uploads.
Built by HighlightAI to streamline deployment workflows and simplify code bundling operations.
Key Features
- Bundle code directly from any public GitHub repository
- Support for ESM and CommonJS output formats
- Specific commit pinning for reproducible builds
- Optional Google Cloud Platform integration
- Lightweight and containerized deployment options
Documentation & Resources
Complete API documentation is available via our interactive Swagger UI:
View API Docs GitHub RepositoryQuick Example
GET /v2/bundler?url=https://github.com/user/repo&commit=latest
This endpoint bundles the specified repository and returns the bundled code.
GCP Integration
When GCP integration is enabled, bundled code is uploaded to Google
Cloud Storage. When disabled, code is returned directly in the response
and saved to the local bundled
directory.