Skip to content

darrenoakey/waft-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

waft-mcp

Waft plugin for AI coding assistants — gives your agent the ability to deploy, monitor, and scale production apps.

Claude Code

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.

Gemini CLI

curl -sSL https://waft.dev/install | sh
gemini extensions install https://github.com/darrenoakey/waft-mcp

Codex CLI

curl -sSL https://waft.dev/install | sh

The script detects Codex and registers automatically.


What your agent can do

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

Tools

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

Update

/plugin marketplace update waft-mcp   # Claude Code
gemini extensions update waft         # Gemini CLI
curl -sSL https://waft.dev/install | sh   # Codex / manual

Links

License

This project is licensed under CC BY-NC 4.0 - free to use and modify, but no commercial use without permission.

About

Waft MCP plugin — gives your AI the ability to deploy, monitor, and scale production apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors