The MCP Server exposes platform capabilities through the Model Context Protocol (MCP), enabling AI agents and MCP-compatible clients to interact with Bult in a structured and secure way.Documentation Index
Fetch the complete documentation index at: https://docs.bult.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The MCP Server acts as a bridge between platform and AI tools such as:- Claude Desktop
- Cursor
- Any MCP-compatible agent framework
Features
- Project lifecycle tools: list, inspect, create, update, delete, deploy, start, stop, and discard changes.
- Service management for daemon and database services, including Docker image and Git-based deployments.
- Persistent volumes, route/domain mappings, templates, service logs, and build history.
- MCP tool annotations for read-only, idempotent, and destructive operations where supported.
- Works over stdio with Claude Desktop, Claude Code, Cursor, Google Antigravity and other MCP-compatible clients.
Installation
Requirements
- Node.js 18 or newer.
- Bult API token.
bult-mcp binary:
npx from MCP client configs:
Configuration
The server reads its configuration from environment variables.| Variable | Required | Description |
|---|---|---|
BULT_API_URL | Yes | Bult API base URL, https://api.bult.ai. |
BULT_API_TOKEN | Yes | API token used for Bearer authentication. |
MCP Integration
Claude Desktop
Add the server toclaude_desktop_config.json.
Using npx:
Claude Code
Usingnpx:
Codex CLI
Usingnpx:

