Guides
Cursor
Connect Cursor to VibeHost's MCP server and deploy from inside the editor.
Connect
Settings → MCP → Add server:
- Name:
vibehost - URL:
https://api.vibehost.com/mcp - Transport: HTTP (Streamable)
First tool call triggers an OAuth flow in your browser. After approval, Cursor has the full VibeHost tool surface.
Common prompts
One-shot deploy
"Use VibeHost to deploy this Next.js project as my-app."
Cursor calls create_app then create_deployment via MCP.
Preview channels
"Deploy this to a pr-${number} channel on VibeHost so I can
share the URL with my team."
Cross-app ops
"List all my VibeHost apps and tell me which ones haven't been deployed in the last 30 days."
Debug a failing deploy
"Look at the latest deployment logs for my-app and tell me why it's not serving traffic."
See also
- MCP server — the full tool reference
- Personal access tokens — if you'd rather use static bearer tokens than OAuth