vibe-launch
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@vibe-launchdeploy my-project to the production server"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🚀 vibe-launch
把 AI 写的项目,一键部署到你的服务器
在 Claude Code / Cursor 里说一句"部署"就上线 · 轻量 · agentless · AI 原生
vibe-tutor 教你怎么做,vibe-launch 替你部署上线。 —— 补全 vibecoding "从写到上线" 的最后一公里。
这是什么
一个多服务器部署编排器:把散落各处的「哪个项目在哪台 / SSH 怎么连 / 一键部署 / 看状态」收进一个轻工具。重活(容器、数据库、反代)交给 1Panel / docker —— 它只管部署编排 + 清单。
🪶 agentless:用你本地
~/.ssh直连服务器,目标机零安装🔌 部署机制可插拔:每个项目自配部署命令(
git pull && docker restart/docker compose up/ 任意脚本)—— 不锁 1Panel/GitHub🤖 AI 原生:MCP 让 Claude Code / Cursor / Codex 直接调用;CLI 给终端和自动化
🔑 SSH 全自动:一条命令自动生成专用 key、装到服务器、之后免密 —— 不用你手搓 ssh-keygen
Related MCP server: mcp-ssh-tool
安装
npm install -g vibe-launch60 秒上手
# 1. 接入服务器(自动配好 SSH,之后免密)
vibe-launch server add prod --host 1.2.3.4 --user root --password "你的密码"
# 2. 登记项目(部署到哪台、怎么部署、容器、健康检查)
vibe-launch project add myapp --server prod \
--dir /path/to/app \
--deploy "git pull && docker restart myapp-api myapp-web" \
--containers myapp-api,myapp-web \
--health http://127.0.0.1:8000/health
# 3. 部署 / 看状态
vibe-launch deploy myapp
vibe-launch status给 AI 工具用(MCP)
启动 MCP server:
vibe-launch mcp在 Claude Code / Cursor 里配置后,对它说 "部署 myapp",它会调用 deploy_project 工具完成。
命令 | MCP 工具 |
|
|
|
|
|
|
|
|
设计原则
不做 1Panel/k8s 已经做好的事:不跑容器、不管数据库、不反代、不 build 镜像
只做缺的那块:多服务器多项目的集中编排 + 清单 + AI 接口
清单 + 专用 key 都在本地
~/.vibe-launch/,透明可控
License
AGPL-3.0-only
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tmwgsicp/vibe-launch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server