warmageddon

davidebr90/warmageddon
★ 0 stars TypeScript AI/LLM Updated today
Self-hosted WhatsApp daemon running 24/7 on your VPS — a drop-in replacement for relays like WASender and Whapi. Drives one or more numbers behind a WhatsApp Web-style WebUI, a REST API, and an MCP server for AI agents. Two engines (Baileys Web + Cloud API), per-chat auto-responder, media, groups, statuses. TypeScript monorepo, AGPL-3.0.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "warmageddon": {
      "command": "npx",
      "args": [
        "-y",
        "davidebr90/warmageddon"
      ]
    }
  }
}