MCP Bundler Service

A microservice for bundling code from GitHub repositories and preparing it for deployment.

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

Documentation & Resources

Complete API documentation is available via our interactive Swagger UI:

View API Docs GitHub Repository

Quick 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.