🚀 Your Applications
No applications yet
Contact admin to set up your first application
📊 App Status
Loading...
Infrastructure Platform
No applications yet
Contact admin to set up your first application
Connect your AI coding assistant to VibeWrapper for real-time feedback, hints, and deployments.
Your API Key:
Click to reveal
Add this to your ~/.cursor/mcp.json:
{
"mcpServers": {
"vibewrapper": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.platform.vp.laratech.sk/sse"],
"env": {
"VIBEWRAPPER_KEY": "YOUR_API_KEY"
}
}
}
}
For advanced users who want to run the MCP server locally:
# Clone and install
git clone https://github.com/lrtch/vibewrapper.git
cd vibewrapper/mcp_server
pip install -r requirements.txt
# Set environment variables
export VIBEWRAPPER_API=https://platform.vp.laratech.sk
export VIBEWRAPPER_KEY=YOUR_API_KEY
# Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"vibewrapper": {
"command": "python",
"args": ["/path/to/vibewrapper/mcp_server/server.py"],
"env": {
"VIBEWRAPPER_API": "https://platform.vp.laratech.sk",
"VIBEWRAPPER_KEY": "YOUR_API_KEY"
}
}
}
}
After saving the configuration, restart Cursor to activate the MCP server.
Once connected, your AI assistant can use these tools:
# Ask Claude to check your app status: "Check the deployment status of my app" # Get improvement suggestions: "What hints does VibeWrapper have for improving my app?" # Deploy after making changes: "Deploy the latest version of my app" # Debug issues: "Show me the recent error logs from my app"
| Name | Status | Droplet IP | Last Deploy | Actions |
|---|
Client created! API Key:
Save this key - it won't be shown again!