{
  "markdown": "# waft-mcp\n\nWaft plugin for AI coding assistants — gives your agent the ability to deploy, monitor, and scale production apps.\n\n## Claude Code\n\nTwo commands inside Claude Code. No terminal needed — the binary downloads automatically on first use.\n\n```\n/plugin marketplace add darrenoakey/waft-mcp\n/plugin install waft@waft-mcp\n```\n\nThen tell Claude: *\"make this live\"* or *\"deploy this as my-app\"* and it handles everything.\n\n## Gemini CLI\n\n```bash\ncurl -sSL https://waft.dev/install | sh\ngemini extensions install https://github.com/darrenoakey/waft-mcp\n```\n\n## Codex CLI\n\n```bash\ncurl -sSL https://waft.dev/install | sh\n```\n\nThe script detects Codex and registers automatically.\n\n---\n\n## What your agent can do\n\n| Say this... | Agent does this |\n|-------------|----------------|\n| \"make this live\" | Deploys to `https://my-app.waft.dev` |\n| \"add auto-deploy on push\" | Creates GitHub Actions workflow |\n| \"add API key auth\" | Enables auth + rate limiting |\n| \"why is my app slow?\" | Reads telemetry, finds the bottleneck |\n| \"show me the logs\" | Tails recent log entries |\n| \"show all my apps\" | Lists deployed apps with URLs and status |\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `waft_release` | Zip and deploy a local directory |\n| `waft_apps` | List all deployed apps |\n| `waft_status` | Detailed app status and deployment history |\n| `waft_logs` | Tail recent log entries |\n| `waft_telemetry` | Request metrics, latency, error rate |\n| `waft_login` | Authenticate with the waft API |\n\n## Update\n\n```\n/plugin marketplace update waft-mcp   # Claude Code\ngemini extensions update waft         # Gemini CLI\ncurl -sSL https://waft.dev/install | sh   # Codex / manual\n```\n\n## Links\n\n- [waft.dev](https://waft.dev) — dashboard and full docs\n- [Getting started](https://waft.dev/portal/getting-started)\n\n## License\n\nThis project is licensed under [CC BY-NC 4.0](https://darren-static.waft.dev/license) - free to use and modify, but no commercial use without permission.\n",
  "bytes": 1986,
  "sha": "6e5ff60877418bf6bb7ace713e92f8d80464354d2eb7c0605d3bbcc47f703575",
  "repo_slug": "darrenoakey/waft-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_darrenoakey_waft_mcp_833b86db/readme"
}