Labsco
MCP SERVER

Bult.ai MCP Server

by bultcloud

Deploys GitHub repos, Docker images and databases to Bult.ai, then starts, stops and redeploys them from your coding agent.

PaaS Deployment & App Hosting
Summary
Deploy from the editor you are already in.

The tool annotations matter more than the tool count: destructive operations are marked destructive, so a client that respects annotations can hold a delete for confirmation instead of running it like a read.

What it is

The official MCP server for Bult.ai, a platform-as-a-service for hosting apps. It gives a coding agent the full project and service lifecycle: create, inspect, update, deploy, control and delete.

What you get
  • Projects listed, inspected, created, updated and deleted
  • Projects deployed, and started, stopped or reverted through the control tool
  • Services created and managed for daemon and database workloads, from Docker images or from Git
  • Persistent volumes created and updated
  • Route and domain mappings, templates, service logs and build history
  • Read-only, idempotent and destructive operations annotated as such where supported
Requirements

Node.js 18 or newer, plus BULT_API_URL set to https://app.bult.ai and BULT_API_TOKEN for bearer authentication. The server exits during startup if either variable is missing.

Setup effort

One command plus a key — npx -y @bultcloud/mcp-server, then supply credentials