loading…
Search for a command to run...
loading…
Provider agnostic ai orchestrator layer, kagan mcp allows controlling orchestrating and spawning subagents via mcp associated with tasks in kanban board that is
Provider agnostic ai orchestrator layer, kagan mcp allows controlling orchestrating and spawning subagents via mcp associated with tasks in kanban board that is accessible via kagan cli executable that bundles a chat repl, tui , mcp and a web client in a single uv tool install kagan wheel. Give it a try and submit feedback and feature requests! Consider starring the repo, its a free oss MIT based.
A terminal Kanban board that runs AI coding agents on your code. Create tasks, run agents autonomously or in pair mode. 14 agents supported.
uv tool install kagan # or: uvx kagan
curl -fsSL https://uvget.me/install.sh | bash -s -- kagan
iwr -useb uvget.me/install.ps1 -OutFile install.ps1; .\install.ps1 kagan
Full docs: docs.kagan.sh. TUI: Space cycles layout, Esc closes, Ctrl+F fullscreen.
Run kagan web (add --host 0.0.0.0 for network access). See docs.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"kagan-ai-orchestration-layer": {
"command": "npx",
"args": []
}
}
}