BasicDeploy MCP Server
Allows deploying Docker applications to BasicDeploy containers, which are automatically provisioned with a PostgreSQL database, S3-compatible object storage, and a public URL.
Allows deploying Node.js applications to BasicDeploy containers, which are automatically provisioned with a PostgreSQL database, S3-compatible object storage, and a public URL.
Provisions a PostgreSQL database for each BasicDeploy container and exposes its connection string via the DATABASE_URL environment variable.
Allows deploying Python applications to BasicDeploy containers, which are automatically provisioned with a PostgreSQL database, S3-compatible object storage, and a public URL.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@BasicDeploy MCP ServerDeploy app.tar.gz to a new container and give me the URL."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BasicDeploy MCP Server
The persistent runtime your agent deploys to — a database, object storage, and a public URL, one MCP call.
An MCP (Model Context Protocol) server that lets AI coding agents — Claude Code, Cursor, and any MCP client — create and manage BasicDeploy containers directly. Every container comes with a PostgreSQL database, S3‑compatible object storage, environment variables, and a public HTTPS URL, all provisioned automatically. Your agent can create containers, deploy apps (Node, Python, Go, or Docker — auto‑detected), run commands, read logs, set always‑on, and share or delete containers.
🌐 Site: https://basicdeploy.com
📚 Docs: https://basicdeploy.com/docs
Quick start
Requires Node.js ≥ 18. No install needed — npx fetches it on demand.
Get an API key at https://basicdeploy.com/api-keys (it looks like bd_…, shown once), then add this to your MCP client:
{
"mcpServers": {
"basicdeploy": {
"command": "npx",
"args": ["-y", "basicdeploy-mcp@latest"],
"env": {
"BASICDEPLOY_API_KEY": "bd_your_api_key",
"BASICDEPLOY_URL": "https://basicdeploy.com"
}
}
}
}Claude Code:
claude mcp add basicdeploy \
--env BASICDEPLOY_API_KEY=bd_your_api_key \
--env BASICDEPLOY_URL=https://basicdeploy.com \
-- npx -y basicdeploy-mcp@latestEnvironment variables
Variable | Required | Description |
| Yes | Your API key ( |
| No | API base URL. Defaults to |
Related MCP server: Coolify MCP Server
Tools
Tool | Arguments | Description |
| — | List your containers: subdomain, status, URL, id, createdAt. |
|
| Create a container. Database + S3 bucket provisioned automatically. Larger sizes need Pro/Scale; always‑on on Free uses a paid add‑on slot. |
|
| Full details: URL, status, ports, DB name/user, S3 bucket, volume path. |
|
| Deploy a |
|
| Run a shell command inside the container; returns output + exit code. |
|
| Fetch recent container logs. |
|
| Turn a container's 24/7 always‑on flag on/off. |
| — | Your plan, container limit (plan + add‑ons), selectable memory sizes, storage limit, and add‑ons. |
|
| Share a container with another user by email (they get a sign‑in link). Omit |
|
| Permanent — destroys the container, its database, and all files. |
Runtime
Deployed apps must listen on 0.0.0.0:8080 — that's the port the public URL serves. DATABASE_URL and S3_ENDPOINT / S3_ACCESS_KEY / S3_SECRET_KEY / S3_BUCKET are preset in the container environment. Startup output goes to /workspace/deploy.log.
Example prompts
"Create a 1GB always‑on container and deploy
./dist/app.tar.gzto it — give me the URL.""Show the last 100 log lines of my
blue-foxcontainer.""What plan am I on and how many containers can I run?"
"Share my container with teammate@example.com for 24 hours."
License
MIT. BasicDeploy is a product of Akacia (KVK 99629569, Netherlands).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables AI assistants to manage Dokploy deployments, including creating and deploying applications, managing databases, configuring domains with SSL, and monitoring application status through a standardized interface.Last updated14MIT
- Alicense-qualityDmaintenanceEnables AI agents to deploy and manage applications on Coolify through structured tools, supporting project management, app lifecycle control, pre-configured templates, and deployment monitoring with built-in safety guardrails.Last updated1651MIT
- Alicense-quality-maintenanceEnables AI assistants to manage cloud infrastructure through natural language by providing a unified interface to the Dokploy platform. Supports Docker containers, applications, databases, domains, monitoring, and deployment operations through conversational commands.Last updated141
- Flicense-qualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.Last updated3
Related MCP Connectors
Deploy a multi-user web app from your agent: hosting, auth, database, and permissions.
The agent-native cloud: database, functions, AI, storage, computers. 55 tools, one API key.
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/AkaciaNL/basicdeploy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server