- Explore MCP Servers
- bruvtools
Bruvtools
What is Bruvtools
bruvtools is a platform that transforms any cloud server into your private app platform, enabling you to deploy applications in various programming languages like Node.js, Python, Go, and Java with a single command line interface (CLI).
Use cases
Use cases for bruvtools include deploying web applications, managing microservices, setting up development environments, and scaling applications seamlessly without vendor lock-in.
How to use
To use bruvtools, first create a CapRover server, which can be easily done through DigitalOceanโs one-click deployment. Then, use the command bruvtools deploy my-app
to deploy your application instantly.
Key features
Key features of bruvtools include push-to-deploy functionality, automatic SSL certificates, support for multiple programming languages, zero downtime deployments, auto-scaling capabilities, private and secure server management, and cost-effectiveness, with prices starting at $5/month.
Where to use
bruvtools can be used in various fields including web development, microservices architecture, and cloud application deployment, making it suitable for startups, developers, and businesses looking for efficient deployment solutions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Bruvtools
bruvtools is a platform that transforms any cloud server into your private app platform, enabling you to deploy applications in various programming languages like Node.js, Python, Go, and Java with a single command line interface (CLI).
Use cases
Use cases for bruvtools include deploying web applications, managing microservices, setting up development environments, and scaling applications seamlessly without vendor lock-in.
How to use
To use bruvtools, first create a CapRover server, which can be easily done through DigitalOceanโs one-click deployment. Then, use the command bruvtools deploy my-app
to deploy your application instantly.
Key features
Key features of bruvtools include push-to-deploy functionality, automatic SSL certificates, support for multiple programming languages, zero downtime deployments, auto-scaling capabilities, private and secure server management, and cost-effectiveness, with prices starting at $5/month.
Where to use
bruvtools can be used in various fields including web development, microservices architecture, and cloud application deployment, making it suitable for startups, developers, and businesses looking for efficient deployment solutions.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
bruvtools ๐
Your Private App Platform - Deploy microservices anywhere, any language, one CLI
Deploy Node.js, Go, Python, Java, PHP, Ruby, or any containerizable application to CapRover, AWS, GCP, or Kubernetes with the same simple commands. Zero vendor lock-in.
๐ฏ What is bruvtools?
bruvtools transforms any cloud server into your private app platform - like having your own Heroku, Vercel, or Railway. Combined with CapRover, you get:
Feature | Description |
---|---|
โ Push to deploy | bruvtools deploy my-app and youโre live |
โ Auto SSL certificates | HTTPS enabled automatically |
โ Any language | Node.js, Python, Go, Java, PHP, Ruby, Docker |
โ Zero downtime deployments | Rolling updates built-in |
โ Auto scaling | Scale apps up/down as needed |
โ Private & secure | Your own server, your own rules |
โ Cost effective | $5/month vs $25+ on other platforms |
๐ Quick Start: Your Private Platform in 5 Minutes
Step 1: Create Your CapRover Server (2 minutes)
The easiest way to get started is with DigitalOceanโs one-click CapRover deployment:
What this gives you:
- โ $5/month server with CapRover pre-installed
- โ $100 free credit for new DigitalOcean users (2 months free!)
- โ Docker & firewall configured automatically
- โ Ready to deploy in minutes
Alternative setup: Follow the CapRover Getting Started Guide for manual installation on any cloud provider.
Step 2: Install bruvtools (30 seconds)
npm install -g bruvtools
bruvtools --version # Should show: 0.2.16
Step 3: Configure & Deploy (2 minutes)
# Clone and test the working example
git clone https://github.com/fcavalcantirj/bruvtools.git
cd bruvtools/examples/hello-world
# Setup bruvtools (one time)
bruvtools init
# This creates:
# - bruvtools.yml (configuration: machine names, domains, projects)
# - .env (secrets: passwords, API keys)
# โ ๏ธ IMPORTANT: Never commit bruvtools.yml or .env to version control!
# Deploy with smart auto-creation and collision detection
bruvtools deploy my-app
# โ
Checks if app exists
# โ
Auto-creates app if needed
# โ
Handles name collisions (my-app-1, my-app-2, etc.)
# โ
Deploys with clear step-by-step progress
# โ
Your app is live with HTTPS!
๐ฏ Thatโs it! Your private app platform is ready. Your app is now live at https://my-app.yourdomain.com
with automatic SSL.
๐ MCP Integration (Cursor.com) - Revolutionary Development Experience
With Model Context Protocol (MCP) support, you get a revolutionary development experience - deploy directly from Cursor.com without ever leaving your editor:
Feature | Description |
---|---|
๐ List all apps | See your entire infrastructure from within your IDE |
๐ Pull logs in real-time | Debug without switching windows |
๐ Deploy with AI assistance | Just ask Claude: โDeploy this to productionโ |
๐ Monitor status live | App health, metrics, and scaling from your editor |
๐ Rollback instantly | โRollback to previous versionโ - done! |
๐ฏ Smart suggestions | AI recommends optimizations based on your code |
๐คฏ The Experience:
You: "Deploy this Node.js app to my-api-v2" Claude: โ Deploying to CapRover... โ App created with collision detection โ Building Docker image... โ Live at https://my-api-v2.yourdomain.com โ SSL certificate auto-configured You: "Show me the logs" Claude: [Real-time logs streaming in your editor] You: "Scale this to 3 replicas" Claude: โ Scaled to 3 replicas, load balanced automatically
This is the future of development - your AI pair programmer that can actually deploy and manage your infrastructure. No context switching, no separate terminals, no deployment dashboards. Just code, ask, and itโs live.
See below for a real example of how Claude responds after successful setup.
๐ MCP Setup for Cursor.com (5 minutes)
Option 1: Automated Setup (Recommended)
For the easiest setup, use the automated script from within the bruvtools repository:
# Clone the repository to get the setup script
git clone https://github.com/fcavalcantirj/bruvtools.git
cd bruvtools
# Run the automated MCP setup
chmod +x setup-mcp.sh
./setup-mcp.sh
# Follow the prompts for global or project-specific installation
Note: The setup script must be run from within the bruvtools repository directory as it uses the included mcp-server.js
file.
Option 2: Manual Setup
Step 1: Install bruvtools MCP Server
# Install bruvtools globally (if not already installed)
npm install -g bruvtools
# Verify MCP server is available
bruvtools --version # Should show: 0.2.16
Step 2: Configure Cursor.com MCP Settings
-
Open Cursor.com Settings:
- Press
Cmd/Ctrl + ,
to open settings - Search for โMCPโ or go to Extensions โ Model Context Protocol
- Press
-
Add bruvtools MCP Server:
{ "mcpServers": { "bruvtools": { "command": "bruvtools", "args": [ "mcp" ], "env": { "CAPROVER_PASSWORD": "your-caprover-password", "CAPROVER_DOMAIN": "your-domain.com", "CAPROVER_MACHINE": "your-machine-name" } } } }
-
Alternative: Use Local Configuration:
If you havebruvtools.yml
and.env
files in your project:{ "mcpServers": { "bruvtools": { "command": "bruvtools", "args": [ "mcp" ], "cwd": "${workspaceFolder}" } } }
Step 3: Restart Cursor.com and Test the Integration
Open any project in Cursor.com and try these commands with Claude:
You: "List all my deployed apps" Claude: [Shows your CapRover apps with URLs and status] You: "Deploy this project as my-new-app" Claude: [Deploys your current project to CapRover]
๐ฏ What Youโll See After Successful Setup:

Example of Claude showing your deployed services through MCP integration
๐ฏ Enhanced Developer Experience (v0.2.16)
โ Post-Deployment Health Verification
bruvtools deploy my-app
# โ
Step 1: Creating app...
# โ
Step 2: Packaging...
# โ
Step 3: Deploying...
# โ
Step 4: Enabling SSL...
# ๐ Step 5: Verifying deployment health...
# โ
Instance count: 1
# โ
App is responding correctly!
# ๐ Deployment completed successfully!
๐ง Auto-Fixing Common Issues
- Instance Count = 0: Automatically scales to 1 instance
- Port Mismatches: Detects server.js vs Dockerfile port conflicts
- SSL Issues: Provides clear guidance for certificate problems
- Container Crashes: Shows debugging steps and common solutions
๐ Intelligent Environment Variable Handling
๐จ Large Environment Variable Detection & Auto-Splitting โ ๏ธ EXPERIMENTAL
bruvtools can detect when environment variables exceed platform limits and offers smart solutions (currently experimental):
bruvtools init
# ๐ Analyzing environment variables...
# โ ๏ธ Large environment variable detected: JWT_TOKEN (1083 characters)
# ๐ก CapRover has ~1000 character limits on environment variables
๐ Manual Token Reconstruction โ WORKING
You can manually implement split environment variables using this pattern:
// Universal function (manually add to your project)
function getEnvVar(varName) {
// First try to get the variable directly
if (process.env[varName]) {
return process.env[varName];
}
// If not found, try to reconstruct from split parts
let reconstructed = '';
let partIndex = 1;
while (true) {
const partName = `${varName}_${partIndex}`;
const part = process.env[partName];
if (part) {
reconstructed += part;
partIndex++;
} else {
break;
}
}
return reconstructed || undefined;
}
// Use in your app
const JWT_TOKEN = getEnvVar('JWT_TOKEN'); // Works with both single and split tokens!
๐ง Configuration Files
bruvtools uses a clean separation between configuration and secrets:
๐ bruvtools.yml - Configuration (Non-Secrets)
default_provider: caprover
providers:
caprover:
machine: your-caprover-machine-name
domain: your-domain.com
projects:
my-app:
provider: caprover
port: 80
๐ .env - Secrets Only
# CapRover Authentication
CAPROVER_PASSWORD=your-caprover-password
# Optional: App secrets
DATABASE_URL=postgresql://user:pass@host:port/db
API_KEY=your-api-key
โ ๏ธ Security: Both files are automatically added to .gitignore
and should NEVER be committed to version control.
๐๏ธ CapRover Setup Details
Prerequisites
- Domain name ($2/year) - for wildcard DNS (
*.yourdomain.com
) - Server with public IP ($5/month) - DigitalOcean, Vultr, Linode, etc.
- Docker installed - included in one-click deployment
DNS Configuration
Set up a wildcard A record in your DNS:
- Type: A record
- Host:
*.captain
(or*.apps
,*.dev
, etc.) - Points to: Your serverโs IP address
- TTL: 300 (or default)
Server Requirements
- Minimum: 1GB RAM, 1 CPU core
- Recommended: 2GB RAM for building larger apps
- OS: Ubuntu 22.04+ (tested and recommended)
- Docker: Version 25.x+ (auto-installed with one-click)
๐ Common Commands
# Interactive setup (one time)
bruvtools init
# View all deployed apps/services
bruvtools services # Show all deployed apps with URLs
bruvtools apps # Same as services (alias)
bruvtools deployed # Same as services (alias)
bruvtools dashboard # Same as services (alias)
# Deploy and manage apps
bruvtools deploy <app-name> # Deploy with smart auto-creation
bruvtools create <app-name> # Create app manually (optional)
bruvtools status <app-name> # Check app status
bruvtools logs <app-name> # View app logs
bruvtools scale <app> <count> # Scale app replicas
bruvtools test <app-name> # Test app connectivity
๐ Advanced Features
Smart Collision Detection
bruvtools deploy my-app
# โ
App "my-app" created and deployed
bruvtools deploy my-app
# โ ๏ธ App "my-app" already exists, using "my-app-1" instead
# โ
App "my-app-1" created and deployed
Multi-Environment Deployment
# Deploy to different environments
bruvtools deploy my-app-dev # Development
bruvtools deploy my-app-staging # Staging
bruvtools deploy my-app-prod # Production
๐ง Supported Languages
Language | Auto-Detection | Status |
---|---|---|
Node.js | package.json | โ Fully Tested |
Go | go.mod | โ Ready |
Python | requirements.txt | โ Ready |
Java | pom.xml, build.gradle | โ Ready |
PHP | composer.json | โ Ready |
Ruby | Gemfile | โ Ready |
Any | Dockerfile | โ Ready |
๐ Live Examples
- Hello World:
https://hello-world.your-domain.com
- CNPJ Enricher:
https://cnpj-enricher.your-domain.com
- Kommo Integration:
https://kommo-contacts-api.your-domain.com
- ABEC Med API:
https://abecmed-api-legacy.your-domain.com
Example API calls:
# Get Brazilian company information by CNPJ (tax ID)
curl "https://cnpj-enricher.your-domain.com/ficha?cnpj=11222333000181"
# Search patient by CPF (with API key)
curl -X GET "https://abecmed-api-legacy.your-domain.com/patient-search?cpf=024.804.267-00" \
-H "X-API-KEY: your-api-key"
# Test Kommo integration
curl "https://kommo-contacts-api.your-domain.com/healthcheck"
๐ Example Projects
The repository includes ready-to-deploy examples in the examples/
directory:
๐ Hello World (examples/hello-world
)
Simple Node.js web server - perfect for testing your bruvtools setup.
cd bruvtools/examples/hello-world
bruvtools deploy hello-world
๐ผ CNPJ Enricher (examples/cnpj-enricher
)
Brazilian company information API using external data sources.
cd bruvtools/examples/cnpj-enricher
bruvtools deploy cnpj-enricher
๐ Kommo Contacts API (examples/kommo-contacts-api
)
CRM integration microservice for Kommo (AmoCRM) with contact management.
cd bruvtools/examples/kommo-contacts-api
bruvtools deploy kommo-contacts-api
๐ฅ ABEC Med API Legacy (examples/abecmed-api-legacy
)
Healthcare patient search microservice with Google Sheets integration.
Features:
- Patient search by CPF or mobile number
- Google Service Account authentication
- Brazilian phone number normalization
- API key authentication
- Comprehensive logging
# Setup Google Service Account key first
ls examples/abecmed-api-legacy/keys/abecmed-368dfd6bae7c.json
# Deploy the service
cd bruvtools/examples/abecmed-api-legacy
bruvtools deploy abecmed-api-legacy
# Test the API
curl -X GET "https://abecmed-api-legacy.your-domain.com/patient-search?cpf=024.804.267-00" \
-H "X-API-KEY: adcd2e35-787d-4dd2-ba8c-76085a99d2a4"
๐ฏ Each example includes:
- โ Complete source code
- โ Dockerfile for deployment
- โ captain-definition for CapRover
- โ package.json with dependencies
- โ Detailed README with API documentation
- โ Environment variable configuration
๐ง Quick Deploy Any Example:
git clone https://github.com/fcavalcantirj/bruvtools.git
cd bruvtools/examples/[example-name]
bruvtools deploy [app-name]
๐ฐ Cost Comparison
Platform | Monthly Cost | Features |
---|---|---|
bruvtools + CapRover | $5 | Unlimited apps, SSL, scaling, your server |
Heroku | $25+ | Limited apps, SSL extra, shared resources |
Vercel Pro | $20+ | Limited functions, bandwidth limits |
Railway | $20+ | Limited usage, shared infrastructure |
AWS/GCP | $50+ | Complex setup, hidden costs |
๐ก With DigitalOceanโs $100 credit, you get 20 months free!
๐ ๏ธ Troubleshooting
Common Issues
Issue | Solution |
---|---|
โCapRover CLI not foundโ | npm install -g caprover and restart terminal |
โApp name not allowedโ | Use lowercase letters and hyphens only (e.g., my-app-name ) |
โAuthentication failedโ | Check your .env file has correct CAPROVER_PASSWORD |
Shows default CapRover page | Wait 2-3 minutes for deployment to complete |
โ ๏ธ Environment Variable Caveats & Limitations
๐จ Large Environment Variables (>1000 characters)
The Problem: CapRover and many cloud platforms have strict limits on environment variable sizes:
- CapRover: ~1000 character limit per environment variable
- Heroku: 32KB total for all environment variables
- AWS Lambda: 4KB total for all environment variables
- Docker: No hard limit, but performance degrades with very large values
Common Culprits:
- ๐ JWT Tokens: Often 1000+ characters (especially with extensive claims)
- ๐ Private Keys: RSA/ECDSA keys can be 1600+ characters
- ๐ JSON Configs: Large configuration objects
- ๐ Base64 Encoded Data: Images, certificates, or binary data
โ Solutions for Large Environment Variables
-
Manual Splitting โ WORKING (recommended approach)
# Split a 1083-character JWT token manually export JWT_TOKEN_1="first_part_here" export JWT_TOKEN_2="second_part_here" export JWT_TOKEN_3="third_part_here" # Add getEnvVar() function to your code (manual implementation) # Use getEnvVar('JWT_TOKEN') to reconstruct automatically
-
Alternative Solutions โ WORKING
# Option 1: Store in files (for very large data) echo "large_private_key_content" > /app/private.key # Then read in your app: fs.readFileSync('/app/private.key', 'utf8') # Option 2: Use external secret management # - AWS Secrets Manager # - HashiCorp Vault # - Azure Key Vault # - Google Secret Manager
โ Best Practices
-
Keep secrets out of git
# Always in .gitignore: .env .env.local .env.production bruvtools.yml
-
Use appropriate storage for data type
- Short secrets (<500 chars): Environment variables โ
- Long tokens (500-2000 chars): Split environment variables โ
- Very long data (>2000 chars): Files or secret management โ
- Binary data: Files, never environment variables โ
-
Test your reconstruction
// Always test that your tokens work after reconstruction const token = getEnvVar('JWT_TOKEN'); console.log(`Token length: ${token ? token.length : 0} characters`); if (!token || token.length < 100) { throw new Error('JWT token reconstruction failed!'); }
๐ Platform-Specific Limits
Platform | Per Variable | Total Limit | Notes |
---|---|---|---|
CapRover | ~1000 chars | No total limit | Hard limit, fails silently |
Heroku | 32KB | 32KB total | Includes variable names |
AWS Lambda | No per-var limit | 4KB total | Very restrictive |
Docker | No hard limit | Memory dependent | Performance impact |
Kubernetes | 1MB | No total limit | Base64 encoded in etcd |
๐ช Windows PowerShell Support
โ โFullyโ Supported! bruvtools works โseamlesslyโ on Windows PowerShell. Well, it should ยฐยฟยฐ
# 1. Install both tools
npm install -g bruvtools caprover
# 2. Verify installation
bruvtools --version # Should show: 0.2.16
caprover --version # Should show: 2.x.x
# 3. Deploy normally (same as Mac/Linux)
bruvtools init
bruvtools deploy my-app
Requirements: Node.js 16+ โข License: MIT โข Version: 0.2.16
๐ค Contributing
We welcome contributions! This is a serious open-source project focused on making deployment simple and reliable.
- Fork the repository
- Create a feature branch
- Test your changes thoroughly
- Submit a pull request
๐ Support
- Issues: GitHub Issues
- Documentation: GitHub Wiki
- Email: [email protected]
Made with โค๏ธ by the bruvtools team โข Never Give Up! ๐
DevTools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.