
Bult
Deploy and manage apps on Bult.ai directly from your coding agent instead of clicking through a separate deploy UI.
Overview
io.github.bultcloud/mcp-server is a MCP server for the Ship phase that deploys and manages Bult.ai apps from AI coding agents.
What is this MCP server?
- npm package @bultcloud/mcp-server v1.0.1 with npx stdio transport
- Authenticate with BULT_API_URL and BULT_API_TOKEN against Bult.ai
- Purpose-built to deploy and manage Bult apps from AI coding agents
- Official site https://bult.ai linked in server manifest
- GitHub repository bultcloud/mcp-server
- Server version 1.0.1
- Two required env vars: BULT_API_URL and BULT_API_TOKEN
- npm identifier @bultcloud/mcp-server
Community signal: 1 GitHub stars.
What problem does it solve?
Context-switching from your agent to the Bult dashboard slows down ship-day deploys and app tweaks.
Who is it for?
Builders hosting on Bult.ai who want deploy and app management inside Claude Code or Cursor.
Skip if: Teams on Vercel, Fly, or raw Kubernetes only, or anyone without a Bult account and API token.
What do I get? / Deliverables
Your agent can deploy and manage Bult apps via authenticated MCP calls to the Bult API.
- Agent-triggered deploy and management operations on Bult apps
- Authenticated MCP bridge to the Bult API
- Stdio MCP registration aligned with official npm package
Recommended MCP Servers
Journey fit
How it compares
Bult hosting control plane over MCP, not a generic multi-cloud IaC skill.
Common Questions / FAQ
Who is io.github.bultcloud/mcp-server for?
Solo developers using Bult.ai hosting who want their agent to deploy and manage apps through the official Bult MCP server.
When should I use io.github.bultcloud/mcp-server?
Use it at ship and launch when you push releases or adjust Bult-hosted apps from your coding workflow.
How do I add io.github.bultcloud/mcp-server to my agent?
Configure stdio MCP with npx @bultcloud/mcp-server and set BULT_API_URL and secret BULT_API_TOKEN per the server.json environmentVariables.