BasicDeploy MCP Server
Related Servers
Alternatives to BasicDeploy MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceEnables AI agents to deploy, manage, and configure web applications on sota.io, including project creation, deployment, environment variables, custom domains, and rollbacks.1330 npmMIT

MileHost MCP Serverofficial
AlicenseCqualityBmaintenanceEnables AI coding agents to manage cloud containers, create and edit files, run commands, and deploy projects directly.247MIT- AlicenseNot gradedqualityDmaintenanceEnables 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.26 npmMIT
- AlicenseNot gradedqualityNot gradedmaintenanceEnables 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.26 npm1-

AppsAI MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.6 npm1MIT- AlicenseNot gradedqualityDmaintenanceEnables 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.164 npm3MIT
TDQS
Scored across 18 tools
Container tools and Kafka tools are cleanly separated, and lifecycle actions (create/get/list/delete/wake/sleep) each target a distinct operation. The only mild overlap is deploy_app vs exec_command, but their descriptions clearly differentiate local-tarball vs remote deployment.
Most tools follow verb_noun snake_case (list_containers, create_topic, delete_container), making the set predictable. Exceptions like whoami and set_always_on are minor and still readable.
18 tools is on the higher end but justified by two resource domains (containers and Kafka) plus account/meta helpers. Each tool addresses a real operation, though a few (get_docs, whoami) are auxiliary.
Container lifecycle is well covered: create, list, get, deploy, exec, logs, sleep/wake, share, delete, plus always-on. Kafka has get/create/purge/delete; missing container resize/custom-domain tools are workaroundable via exec_command but notable gaps.