warborn-gateway

Warbornai/warborn-gateway
★ 0 stars TypeScript API Integration Updated today
Official API Gateway, Streaming & MCP Server for the Warborn AI Operating System.
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": {
    "warborn-gateway": {
      "command": "npx",
      "args": [
        "-y",
        "Warbornai/warborn-gateway"
      ]
    }
  }
}

README Excerpt

> **Official API Gateway, Streaming, & MCP Server for the Warborn AI Operating System.** --- `@warborn/gateway` is the network boundary of Warborn OS. It exposes REST APIs (`/api/v1`), Server-Sent Events (SSE), WebSockets, and Model Context Protocol (MCP) server endpoints wrapping `@warborn/sdk`. ---