HomeCloud & Monitoring › basicdeploy-mcp

basicdeploy-mcp

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-09-03 License: MIT

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.7)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "basicdeploy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "BASICDEPLOY_API_KEY": "<YOUR_VALUE>",
        "BASICDEPLOY_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • BASICDEPLOY_API_KEY required secret — Your BasicDeploy API key (bd_...). Create one at https://basicdeploy.com/api-keys — required to call any tool (the server still starts without it so clients can introspect the tool list).
  • BASICDEPLOY_URL — BasicDeploy API base URL.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry