ezforge CLI lets you deploy and manage MCP servers from the terminal.
Installation
- Homebrew (macOS / Linux)
- Download binary
Commands
| Command | Description |
|---|---|
ezforge auth | Authenticate with ezForge Platform |
ezforge deploy | Deploy an MCP server |
ezforge servers | List and manage servers |
ezforge logs | Stream server logs |
ezforge rollback | Roll back to a previous version |
ezforge env | Manage environment variables |
ezforge project | Manage projects |
ezforge billing | Manage subscription and view billing status |
ezforge <command> --help for detailed usage of any command.
Configuration file
Place anezforge.toml in your project root to set defaults:
Global flags
| Flag | Description |
|---|---|
--project <id> | Override the project from ezforge.toml |
--api-key <key> | Use a specific API key (overrides env var) |
--json | Output as JSON (machine-readable) |
--help | Show help |
--version | Show version |
Environment variables
| Variable | Description |
|---|---|
EZFORGE_API_KEY | API key (alternative to --api-key) |
EZFORGE_PROJECT | Default project ID |
EZFORGE_API_URL | Override API endpoint (for testing) |