I got tired of the deployment dance, writing CI pipelines, configuring , setting up SSL, managing cloud dashboards... just to ship a side project.
So I built mcp-deploy. It's an MCP server that connects Claude Code, Cursor, or any MCP client directly to your VPS. You type "deploy this app as hello" and 30 seconds later it's live at hello.yourdomain.com with automatic SSL.
What it does:
- One curl command installs it on your VPS
- Traefik handles SSL (Let's Encrypt) and subdomain routing automatically
- No database, Docker is the source of truth
- No registry required, push images directly from your machine
- The whole thing is 72KB of TypeScript
It's designed for hobby projects, side projects, demos, and hackathons, not production workloads. If you just want to get something online without fighting infrastructure, this is for that.
You can run many apps on a single cheap VPS that you never have to touch.
I got tired of the deployment dance, writing CI pipelines, configuring , setting up SSL, managing cloud dashboards... just to ship a side project.
So I built mcp-deploy. It's an MCP server that connects Claude Code, Cursor, or any MCP client directly to your VPS. You type "deploy this app as hello" and 30 seconds later it's live at hello.yourdomain.com with automatic SSL.
What it does: - One curl command installs it on your VPS - Traefik handles SSL (Let's Encrypt) and subdomain routing automatically - No database, Docker is the source of truth - No registry required, push images directly from your machine - The whole thing is 72KB of TypeScript
It's designed for hobby projects, side projects, demos, and hackathons, not production workloads. If you just want to get something online without fighting infrastructure, this is for that.
You can run many apps on a single cheap VPS that you never have to touch.