Skip to main content
Glama
bultcloud

bult-mcp-server

Official
by bultcloud

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BULT_API_URLYesBult API base URL, https://app.bult.ai.
BULT_API_TOKENYesAPI token used for Bearer authentication.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list-projectsA

List Bult.ai hosting projects in the workspace so an AI agent can choose where to deploy, inspect status, or manage services.

get-projectA

Get a Bult project overview, including services, volumes, routes, deployment status, and public URL information.

create-projectC

Create a new Bult project for cloud hosting deployments from GitHub repositories, Docker images, templates, or databases.

update-projectB

Update a Bult project name to keep deployment and hosting workspaces organized.

delete-projectA

Delete a Bult project and all related cloud hosting resources, including services, routes, volumes, deployments, and public URLs.

deploy-projectB

Deploy pending Bult project changes, create a version snapshot, and make updated app services available on their public URLs.

control-projectA

Control a Bult project lifecycle by starting services, stopping cloud hosting resources, or discarding pending deployment changes.

list-servicesB

List services in a Bult project, including app, database, GitHub repository, Docker image, and cloud hosting deployment targets.

get-serviceA

Get Bult service details including deployment configuration, environment variables, ports, status, logs context, and public URL routing data.

create-serviceA

Create a Bult.ai service. Supports daemon apps from a GitHub repository or Docker image, plus PostgreSQL, Redis, MySQL, and MongoDB database services.

update-serviceA

Update a Bult service configuration, including deployment source, Docker image or GitHub repository settings, ports, files, and environment variables.

delete-serviceA

Delete a Bult service and remove its cloud hosting deployment resources.

control-serviceA

Control a Bult service lifecycle: start it, stop it, or rebuild it after deployment, Docker image, GitHub repository, or environment variable changes.

create-volumeB

Create a persistent storage volume in a Bult project for deployed apps, databases, and cloud hosting services.

update-volumeB

Update a Bult persistent volume name or size for app storage and database hosting needs.

delete-volumeA

Delete a Bult persistent volume used by a deployed service or database.

wipe-volumeA

Irreversibly wipe all data from a Bult persistent volume used by cloud apps or databases.

create-routeC

Create a Bult public route, generated URL, or custom domain mapping for a deployed service port.

update-routeB

Update a Bult route configuration, including public URL path, custom domain, service target, and exposed port.

delete-routeB

Delete a Bult public route or custom domain mapping from a deployed service.

list-templatesA

List available Bult app and database templates for fast cloud hosting setup and one-click deployments.

apply-templateA

Apply a Bult template to a project, creating preconfigured services, databases, volumes, routes, and deployable cloud hosting resources.

get-service-logsA

Get Bult service logs with cursor-based pagination for debugging failed deployments, build errors, runtime issues, and cloud hosting status.

list-buildsB

List Bult service build and deployment history to inspect build status, failures, source revisions, and recent deploy activity.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bultcloud/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server