cascade

Pepps233/cascade
★ 0 stars TypeScript Code/Dev Tools Updated today
A MCP server that decomposes a task into a live view dependency graph and executes it with prallel Claude Code / Codex CLI agents.
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": {
    "cascade": {
      "command": "npx",
      "args": [
        "-y",
        "Pepps233/cascade"
      ]
    }
  }
}

README Excerpt

<p align="center"> <img src="assets/cascade.png" alt="Cascade" width="480"> </p> <h1 align="center">Cascade</h1> You describe a task from inside Claude Code or Codex. Cascade breaks it into a dependency graph of smaller subtasks, then runs as many of them at once as their dependencies allow, each one handled by its own CLI agent process. You watch it happen live in a browser tab, and your main session reports progress back to you as pieces finish.

Tools (6)

cancel_executioncreate_graphget_graph_stateget_node_outputstart_executionwait_for_change