European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
Ploi Cloud MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. European cloud hosting. Use your favorite AI coding assistant to easily deploy and manage apps on Ploi Cloud.
Official Model Context Protocol (MCP) server for Bult.ai, a DevOps platform and cloud hosting Platform-as-a-Service for deploying apps, GitHub repositories, Docker images, databases, and services with AI agents.
Once Ploi Cloud is connected, these are the calls the assistant has available:
Projects — The Projects tool exposed by this serverServices — The Services tool exposed by this serverVolumes — The Volumes tool exposed by this serverRoutes — The Routes tool exposed by this serverTemplates — The Templates tool exposed by this serverThe server ships on npm as @bultcloud/mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
You will need 3 environment variables: BULT_API_URL, BULT_API_TOKEN, DATABASE_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ploi Cloud's toolset — Projects, Services, Volumes and 2 more — is a fair guide to whether it matches your workflow.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Projects | The Projects tool exposed by this server. |
| Services | The Services tool exposed by this server. |
| Volumes | The Volumes tool exposed by this server. |
| Routes | The Routes tool exposed by this server. |
| Templates | The Templates tool exposed by this server. |
{
"mcpServers": {
"ploi-cloud-documentation-ai-intro": {
"command": "npx",
"args": ["-y", "@bultcloud/mcp-server"],
"env": {
"BULT_API_URL": "your-value",
"BULT_API_TOKEN": "your-value",
"DATABASE_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| BULT_API_URL | Endpoint or connection string the server talks to. | Yes |
| BULT_API_TOKEN | Credential the server authenticates with. | Yes |
| DATABASE_URL | Endpoint or connection string the server talks to. | Yes |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.