
DeployPilot
by Yogdunana
AI-native deployment gateway bridging sandboxed AI IDEs to your infrastructure via MCP.
What it does
DeployPilot acts as a secure gateway that allows sandboxed AI IDEs (like Cursor or Claude) to manage real-world infrastructure. It bypasses the limitation of cloud-based AI assistants by providing a set of MCP tools to deploy applications, manage DNS, provision SSL certificates, and monitor containers on remote servers.
Tools
- Container Management: Create, start, stop, and monitor Docker containers with auto-rollback.
- DNS Control: Manage records across Cloudflare, Alibaba Cloud, and Tencent Cloud.
- SSL Automation: Request and renew SSL certificates directly via AI prompts.
- CI/CD Integration: Trigger and monitor GitHub Actions and Gitea builds.
- Infrastructure Audit: Detailed logging of all changes made by the AI assistant.
Installation
Docker (Recommended)
docker compose up -d
MCP Config
{
"mcpServers": {
"deploypilot": {
"command": "/path/to/mcp-server",
"args": ["--config", "/path/to/config.yaml"]
}
}
}
Supported hosts
Confirmed for Claude Desktop, Cursor, TRAE, Coze, and SOLO.
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 5/7/2026
- stars





