★ 120 stars
Rust
🤖 AI/LLM
Updated 19d ago
AI-powered cascading development framework. Decompose complex projects into parallel executable tasks with auto-generated PRDs, design docs, and multi-agent collaboration (Claude Code, Codex, Aider).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"plan-cascade": {
"command": "cargo",
"args": [
"run",
"--",
"plan-cascade"
]
}
}
}
Run in terminal:
claude mcp add plan-cascade cargo run -- plan-cascade
Add to .cursor/mcp.json:
{
"mcpServers": {
"plan-cascade": {
"command": "cargo",
"args": [
"run",
"--",
"plan-cascade"
]
}
}
}
Topics
claude-codeclaude-code-plugindeveloper-toolsllm-agentsmcp-servermulti-agenttask-orchestrationworkflow-automation