Bult.ai Mcp Server
@bultcloud
About Bult.ai Mcp Server
Deploy and manage Bult.ai cloud hosting projects from MCP clients like Cursor, Claude Desktop, and Claude Code. Create projects and services, deploy GitHub repositories or Docker images, manage routes and volumes, inspect logs, and troubleshoot deployments from your AI assistant.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"bult": {
"command": "npx",
"args": [
"-y",
"@bultcloud/mcp-server"
],
"env": {
"BULT_API_URL": "https://app.bult.ai",
"BULT_API_TOKEN": "your_bult_api_token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bult.ai MCP Server?
Bult.ai MCP Server lets MCP clients deploy and manage Bult.ai cloud hosting resources directly from an AI assistant. It is designed for developers and teams who want to control their cloud infrastructure through conversational AI tools.
How to use Bult.ai MCP Server?
Install by adding a JSON configuration to your MCP client settings, using npx -y @bultcloud/mcp-server as the command and setting the environment variables BULT_API_URL and BULT_API_TOKEN.
Key features of Bult.ai MCP Server
- Create and manage Bult projects
- Deploy GitHub repositories and Docker images
- Create and manage services
- Create public routes for deployed services
- Manage volumes
- View deployment and service logs
- Troubleshoot failed deployments
Use cases of Bult.ai MCP Server
- Deploying a GitHub repository as a new service with a public route
- Creating and attaching persistent volumes to running services
- Diagnosing and resolving deployment failures from log analysis
FAQ from Bult.ai MCP Server
What environment variables are required?
BULT_API_URL (set to https://app.bult.ai) and BULT_API_TOKEN (your Bult.ai API token) must be set.
How do I install the server?
Add a JSON entry to your mcpServers configuration with "command": "npx", "args": ["-y", "@bultcloud/mcp-server"], and the required environment variables.
What can the server do?
It can create and manage projects, deploy GitHub repos and Docker images, create services and public routes, manage volumes, and view logs to
More Developer Tools MCP servers
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Containers
metorialConnect any AI model to 1200+ integrations (MCP, CLI, API)
Comments