
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
basicdeploy-mcp
Advanced tools
MCP server for BasicDeploy - lets AI coding agents deploy and manage containers
The persistent runtime your agent deploys to — DB, storage, URL, one MCP call.
An MCP (Model Context Protocol) server that lets AI coding agents — Claude Code, Cursor, and any other MCP client — deploy and manage BasicDeploy containers directly: create containers, deploy apps from a tarball, run commands, read logs, and share or delete containers.
Requires Node.js >= 18.
cd mcp
npm install
You can also run it via npx/the basicdeploy-mcp bin once published, or point your MCP client at node /path/to/mcp/src/index.js.
bd_<40 characters>) — it is shown only once.The server reads two environment variables:
| Variable | Required | Description |
|---|---|---|
BASICDEPLOY_API_KEY | Yes | Your API key (bd_...). The server refuses to start without it. |
BASICDEPLOY_URL | No | API base URL. Defaults to https://basicdeploy.com. |
claude mcp add basicdeploy \
--env BASICDEPLOY_API_KEY=bd_your_key_here \
--env BASICDEPLOY_URL=https://basicdeploy.com \
-- node /absolute/path/to/mcp/src/index.js
mcpServers JSON (Cursor, Claude Desktop, etc.){
"mcpServers": {
"basicdeploy": {
"command": "node",
"args": ["/absolute/path/to/mcp/src/index.js"],
"env": {
"BASICDEPLOY_API_KEY": "bd_your_key_here",
"BASICDEPLOY_URL": "https://basicdeploy.com"
}
}
}
}
| Tool | Arguments | Description |
|---|---|---|
list_containers | — | List your containers: subdomain, status, URL, id, createdAt. |
create_container | — | Create a new container. Database + S3 bucket are provisioned automatically. |
get_container | containerId | Full details: URL, status, ports, DB name/user, S3 bucket, volume path. |
exec_command | containerId, command | Run a shell command inside the container; returns output and exit code. |
get_logs | containerId, tail? (default 200) | Fetch recent container logs. |
deploy_app | containerId?, tarballPath | Deploy a .tar/.tar.gz/.tgz/.zip from disk. Auto-detects Node/Python/Go. Creates a new container when containerId is omitted. |
share_container | containerId, email, expiresInHours? | Share a container with another user by email; they are emailed a sign-in link. Optional expiresInHours expires the share (omit for unlimited). |
delete_container | containerId | Permanent — destroys the container, its database, and all files. |
Once configured, you can ask your agent things like:
./dist/app.tar.gz to BasicDeploy and give me the URL."blue-fox container."ls -la /app inside container <id>."FAQs
MCP server for BasicDeploy - lets AI coding agents deploy and manage containers
The npm package basicdeploy-mcp receives a total of 1,178 weekly downloads. As such, basicdeploy-mcp popularity was classified as popular.
We found that basicdeploy-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.