Prerequisites
- An ezForge account (sign up free)
- Docker installed (for building container images)
- Node.js 20+ or Python 3.11+ (if using a template)
Step 1: Install the CLI
- Homebrew (macOS / Linux)
- Download binary
Step 2: Authenticate
Step 3: Create a project
Step 4: Clone the Node.js template
echo— returns whatever message you send itadd— adds two numbers and returns the result
Step 5: Deploy
- Build your container image
- Scan it for vulnerabilities with Trivy
- Push it to the registry
- Provision a Firecracker microVM
- Run a health check at
GET /healthz - Swap traffic to the new deployment
Step 6: Test your server
Connect to your live server from any MCP client:What’s next?
Add authentication
Protect your server with OAuth 2.1
Node.js template guide
Add your own MCP tools to the template
Python template guide
Deploy a Python-based MCP server
CLI reference
Full CLI command reference