Waft plugin for AI coding assistants — gives your agent the ability to deploy, monitor, and scale production apps.
Two commands inside Claude Code. No terminal needed — the binary downloads automatically on first use.
/plugin marketplace add darrenoakey/waft-mcp
/plugin install waft@waft-mcp
Then tell Claude: "make this live" or "deploy this as my-app" and it handles everything.
curl -sSL https://waft.dev/install | sh
gemini extensions install https://github.com/darrenoakey/waft-mcpcurl -sSL https://waft.dev/install | shThe script detects Codex and registers automatically.
| Say this... | Agent does this |
|---|---|
| "make this live" | Deploys to https://my-app.waft.dev |
| "add auto-deploy on push" | Creates GitHub Actions workflow |
| "add API key auth" | Enables auth + rate limiting |
| "why is my app slow?" | Reads telemetry, finds the bottleneck |
| "show me the logs" | Tails recent log entries |
| "show all my apps" | Lists deployed apps with URLs and status |
| Tool | Description |
|---|---|
waft_release |
Zip and deploy a local directory |
waft_apps |
List all deployed apps |
waft_status |
Detailed app status and deployment history |
waft_logs |
Tail recent log entries |
waft_telemetry |
Request metrics, latency, error rate |
waft_login |
Authenticate with the waft API |
/plugin marketplace update waft-mcp # Claude Code
gemini extensions update waft # Gemini CLI
curl -sSL https://waft.dev/install | sh # Codex / manual
- waft.dev — dashboard and full docs
- Getting started
This project is licensed under CC BY-NC 4.0 - free to use and modify, but no commercial use without permission.