Bifrost Year One: MCP Server, AI Builds &amp; Workflows | Mohamed Said        [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com) [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles  ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

       [  ](https://github.com/EG-Mohamed)       

 [ Home ](https://msaied.com) [ Projects ](https://msaied.com/projects) [ Articles ](https://msaied.com/articles) [ Certificates ](https://msaied.com/certificates) [ Contact ](https://msaied.com#contact-section) 

  [ home ](https://msaied.com)    [ articles ](https://msaied.com/articles)    Bifrost Turns One: AI Builds, MCP Server, and Automated Workflows for NativePHP        On this page       1. [  Bifrost Celebrates One Year and 10,000 Builds ](#bifrost-celebrates-one-year-and-10000-builds)
2. [  MCP Server: Let AI Agents Drive Your Builds ](#mcp-server-let-ai-agents-drive-your-builds)
3. [  Automated Build Workflows ](#automated-build-workflows)
4. [  Managed Signing Credentials ](#managed-signing-credentials)
5. [  AI Diagnoses for Failed Builds ](#ai-diagnoses-for-failed-builds)
6. [  Website Redesign and Monorepo Support ](#website-redesign-and-monorepo-support)
7. [  Anniversary Discount ](#anniversary-discount)
8. [  Key Takeaways ](#key-takeaways)

  ![Bifrost Turns One: AI Builds, MCP Server, and Automated Workflows for NativePHP](https://cdn.msaied.com/653/e105bc3450f63955d42ed8feeb5a60f7.png)

 [  Laravel ](https://msaied.com/articles?category=laravel) [  AI ](https://msaied.com/articles?category=ai)  #NativePHP   #Bifrost   #MCP   #AI   #Mobile Builds   #Laravel  

 Bifrost Turns One: AI Builds, MCP Server, and Automated Workflows for NativePHP 
=================================================================================

     10 Sep 2026      4 min read    ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said  

       Table of contents

1. [  01   Bifrost Celebrates One Year and 10,000 Builds  ](#bifrost-celebrates-one-year-and-10000-builds)
2. [  02   MCP Server: Let AI Agents Drive Your Builds  ](#mcp-server-let-ai-agents-drive-your-builds)
3. [  03   Automated Build Workflows  ](#automated-build-workflows)
4. [  04   Managed Signing Credentials  ](#managed-signing-credentials)
5. [  05   AI Diagnoses for Failed Builds  ](#ai-diagnoses-for-failed-builds)
6. [  06   Website Redesign and Monorepo Support  ](#website-redesign-and-monorepo-support)
7. [  07   Anniversary Discount  ](#anniversary-discount)
8. [  08   Key Takeaways  ](#key-takeaways)

 Bifrost Celebrates One Year and 10,000 Builds
---------------------------------------------

[Bifrost](https://bifrost.nativephp.com/), the build and distribution service from the NativePHP team, has hit its first anniversary alongside a milestone of 10,000 successful builds. Co-creators Simon Hamp and Shane Rosenthal marked the occasion with six meaningful updates that push the service deeper into AI-assisted and repository-driven workflows.

Launched in September 2025, Bifrost lets Laravel developers turn their projects into signed iOS and Android binaries without managing their own build infrastructure. Year two doubles down on that promise with tighter AI agent integration and smarter automation.

MCP Server: Let AI Agents Drive Your Builds
-------------------------------------------

Bifrost now exposes a remote MCP (Model Context Protocol) server. Once authenticated, an AI agent can:

- Find teams and projects
- Start or cancel builds
- Check build credits
- Upload signing credentials
- Run workflows
- Retrieve diagnoses for failed builds

Claude Code users can connect with a single command:

```bash
claude mcp add --transport http bifrost https://bifrost.nativephp.com/mcp/oauth

```

Any other MCP-compatible client can use the same remote server URL. Team owners must enable MCP connections for their team first, and each user authenticates through Bifrost in the browser.

Automated Build Workflows
-------------------------

Workflows are the headline productivity feature of this release. Builds can now be triggered automatically when:

- A pull request opens
- Code is pushed to a branch
- A branch or tag is created
- A GitHub release is published

You can also fire workflows via an AI agent or an HTTP webhook. Each workflow supports building iOS and Android simultaneously with separate signing configurations. After builds complete, Bifrost can dispatch a signed webhook, a Slack or Discord notification, or an email.

Branch and tag filters support wildcards, and Bifrost deduplicates builds when two events point to the same commit within a ten-minute window.

**Plan limits:** Apprentice and Loki plans allow one workflow per app; Hela and Thor plans have no limit. Workflows are included on every plan.

Managed Signing Credentials
---------------------------

Handling certificates and keystores manually is one of the biggest pain points in mobile CI/CD. Managed Credentials addresses this directly.

**iOS:** Provide an App Store Connect API key and Bifrost can register your bundle ID, generate certificates, store provisioning profiles, and send a warning 30 days before credentials expire.

**Android:** Provide a Play Store service account key and Bifrost generates a keystore for you. You receive an upload key to register with Play Console and can rotate its password at any time.

AI Diagnoses for Failed Builds
------------------------------

Failed builds now include a Claude-powered diagnosis: a plain-language explanation of what went wrong and a suggested fix. The feature is on by default across all plans, and connected MCP agents can retrieve the diagnosis programmatically.

Website Redesign and Monorepo Support
-------------------------------------

The anniversary release also ships a redesigned Bifrost website and monorepo support. Developers can now specify the subdirectory that contains their app, and Bifrost runs builds from that path without requiring any repository restructuring.

Anniversary Discount
--------------------

Bifrost is offering **30% off annual Loki, Hela, and Thor plans** with the code `HAPPYBIRTHDAY`. The offer runs through the end of 2026 and stacks on top of the standard annual billing discount.

Key Takeaways
-------------

- Bifrost reached 10,000 builds in its first year
- A remote MCP server lets AI agents manage builds end-to-end
- Automated workflows trigger on PR, push, tag, release, webhook, or AI agent
- Managed Credentials handles iOS certificates and Android keystores automatically
- Failed builds now get an AI diagnosis powered by Claude
- Monorepo support lets you point Bifrost at any subdirectory
- Use code `HAPPYBIRTHDAY` for 30% off annual plans through end of 2026

---

*Source: [Bifrost Turns One With AI Builds and New Workflows — Laravel News](https://laravel-news.com/bifrost-first-anniversary)*

 Found this useful?

          [  ](https://twitter.com/intent/tweet?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fbifrost-turns-one-ai-builds-mcp-server-and-automated-workflows-for-nativephp&text=Bifrost+Turns+One%3A+AI+Builds%2C+MCP+Server%2C+and+Automated+Workflows+for+NativePHP) [  ](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fmsaied.com%2Farticles%2Fbifrost-turns-one-ai-builds-mcp-server-and-automated-workflows-for-nativephp) 

 Frequently Asked Questions 
----------------------------

  3 questions  

     Q01  How do I connect Claude Code to Bifrost via MCP?        Run `claude mcp add --transport http bifrost https://bifrost.nativephp.com/mcp/oauth` in your terminal. Your team owner must first enable MCP connections in Bifrost, and you will authenticate through the Bifrost browser interface. 

      Q02  Which Bifrost plans support automated workflows?        Workflows are available on every plan. Apprentice and Loki plans are limited to one workflow per app, while Hela and Thor plans have no workflow limit. 

      Q03  What does Managed Credentials handle for iOS and Android?        For iOS, Bifrost uses your App Store Connect API key to register the bundle ID, generate certificates, store provisioning profiles, and alert you 30 days before expiry. For Android, it generates a keystore from your Play Store service account key and lets you rotate the upload key password at any time. 

  Continue reading

 More Articles 
---------------

 [ View all    ](https://msaied.com/articles) 

 [ ![Domain-Driven Design in Laravel: Actions, DTOs, and Value Objects Without Bloat](https://cdn.msaied.com/651/39fb698517dd3f400bfae2ee03b70879.png) laravel ddd clean-architecture 

### Domain-Driven Design in Laravel: Actions, DTOs, and Value Objects Without Bloat

Skip the ceremony. Learn how to apply DDD's most practical building blocks—Actions, DTOs, and Value Objects—in...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 10 Sep 2026     4 min read  

  Read    

 ](https://msaied.com/articles/domain-driven-design-in-laravel-actions-dtos-and-value-objects-without-bloat-3) [ ![Filament v4 Custom Field Plugins: Wrapping Third-Party JS Libraries Cleanly](https://cdn.msaied.com/650/513b93e06c50ba04f241beb1c3c16aa8.png) filament laravel alpine-js 

### Filament v4 Custom Field Plugins: Wrapping Third-Party JS Libraries Cleanly

Learn how to wrap any third-party JavaScript library into a reusable Filament v4 custom field plugin, with pro...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 10 Sep 2026     3 min read  

  Read    

 ](https://msaied.com/articles/filament-v4-custom-field-plugins-wrapping-third-party-js-libraries-cleanly) [ ![Artisan Debugging Commands in Laravel Telescope 5.24.0](https://cdn.msaied.com/652/0f52534c77d3184435d2d8d5fe38a74b.png) Laravel Laravel Telescope Artisan 

### Artisan Debugging Commands in Laravel Telescope 5.24.0

Laravel Telescope 5.24.0 ships two new Artisan commands — telescope:list and telescope:show — letting you insp...

  ![Mohamed Said](https://cdn.msaied.com/01M22N44A70A5MC2S599JP0MPH.webp)  Mohamed Said 

 9 Sep 2026     4 min read  

  Read    

 ](https://msaied.com/articles/artisan-debugging-commands-in-laravel-telescope-5240) 

   [  ![Mohamed Said](https://cdn.msaied.com/01KT78WE565VEMM3PSNQAAB0MH.png)   Mohamed Said Laravel Backend Engineer  ](https://msaied.com)Senior Backend Engineer specializing in Laravel, scalable SaaS platforms, APIs, and cloud infrastructure. I build secure, high-performance web applications that help businesses grow.

Explore

- [Home](https://msaied.com)
- [Projects](https://msaied.com/projects)
- [Articles](https://msaied.com/articles)
- [Certificates](https://msaied.com/certificates)
- [Contact](https://msaied.com#contact-section)

Connect

- [   hello@msaied.com ](mailto:hello@msaied.com)
- [   +20 109 461 9204 ](tel:+201094619204)

© 2026 Mohamed Said. All rights reserved.

 [  ](https://github.com/EG-Mohamed) [  ](https://www.linkedin.com/in/msaiedm/) [  ](https://wa.me/201094619204) [  ](mailto:hello@msaied.com) [  ](https://drive.google.com/file/u/0/d/1MF20IPRJyzfy32mhEutjL5EpSls0w2Q8/view)
