sutradhaar

jigarjani-dev/sutradhaar
★ 1 stars TypeScript API Integration Updated 2d ago
Sutradhaar - agent gateway: SOUL.md agents, SKILL.md skills, MCP servers, A2A handoff, pipeline canvas. Docker one-command deploy.
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": {
    "sutradhaar": {
      "command": "npx",
      "args": [
        "-y",
        "jigarjani-dev/sutradhaar"
      ]
    }
  }
}

README Excerpt

A lightweight, visual agent gateway for learning multi-agent patterns (OpenClaw concepts, A2A protocol, MCP tools). Build agents with SOUL.md personas, wire them together with A2A handoffs, and watch them communicate in real time on a live dashboard. > Full reference (architecture, API, directory structure, connecting real Gmail/Sheets/Telegram) lives in [`docs/README.full.md`](docs/README.full.md). This README covers only what you need **before** the workshop.