SwarmTask is an asynchronous task manager designed to dramatically speed up workflows by enabling parallel execution of shell commands. Leveraging the MCP protocol, it integrates seamlessly with AI assistants like Claude Code, allowing users to submit multiple system commands, scripts, builds, or tests that run concurrently in Go goroutines. It provides real-time progress monitoring and detailed results, making it ideal for system administration, development, data processing, and network operations.
Key Features
01Asynchronous task submission with immediate batch IDs
02Parallel command execution using Go goroutines
03Real-time status tracking and progress notifications
04Seamless integration with AI assistants via MCP protocol
05Error resilience for independent task failures
060 GitHub stars