How to Use the Zeabur (PaaS Deployment) MCP in Windsurf
Automate full-stack deployments and communications using Windsurf.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Zeabur (PaaS Deployment) MCP to Windsurf
Create your Vinkius account to connect Zeabur (PaaS Deployment) to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Manage the entire deployment lifecycle.
When you need to deploy a service, start by preparing it. You call `create_upload_stage` to set up an upload area for pre-packaged apps. After uploading files and running `prepare_deployment`, your agent can then use `deploy_template` to push the service live using a YAML spec. If something goes wrong mid-process, you don't sweat it. You retrieve build logs instantly with `get_build_logs`. This gives you visibility into exactly why the deployment failed and what needs fixing.
Run custom commands in containerized services.
Need to poke around a running service? Use `execute_command` to run arbitrary commands inside any container. It’s perfect for pre-flight checks or post-deployment setup steps. This tool lets your agent interact with the system at a deep level, whether you're checking environment variables or manually restarting a dependency. You just tell it what command to run.
Handle scheduled and transactional email sending.
You can schedule communications for later using `schedule_email`. This requires the `ZEABUR_EMAIL_TOKEN` but ensures your agent sends a follow-up reminder exactly when you want it. For immediate contact, use `send_email` to send single transactional alerts. If you're sending out multiple personalized updates, `send_batch_emails` handles that volume for you.
Set up Zeabur (PaaS Deployment) MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Zeabur (PaaS Deployment) MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Zeabur (PaaS Deployment) payment history." If connected, Cascade will call the Zeabur (PaaS Deployment) tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"zeabur-paas-deployment-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Zeabur. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Zeabur (PaaS Deployment) MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Zeabur (PaaS Deployment) MCP today
We host it, we monitor it, we maintain it. You just paste one token.