claudine
Verified Safeby dean0x
Overview
Orchestrates multiple Claude Code instances to delegate, manage, and monitor AI-powered development tasks in parallel, with built-in autoscaling, persistence, and task dependency resolution.
Installation
npx -y claudine mcp startEnvironment Variables
- CLAUDINE_DATA_DIR
- TASK_TIMEOUT
- MAX_OUTPUT_BUFFER
- CPU_CORES_RESERVED
- MEMORY_RESERVE
- LOG_LEVEL
- MAX_WORKERS
- USE_WORKTREES_BY_DEFAULT
Security Notes
The server demonstrates a strong focus on security, implementing multiple safeguards: comprehensive input validation (`validatePath`, `sanitizeBranchName`), explicit DoS protections (queue size limits, max dependencies per task/chain depth, spawn throttling), and secure process spawning (`child_process.spawn` with array arguments to prevent shell injection). Temporary files are used for sensitive inputs (PR body) to further prevent injection. Configuration is loaded from environment variables and robustly validated using Zod schemas with sensible default limits for resources (CPU, memory, output buffer, event listeners) and timeouts. The primary remaining security vector is the `claude` binary itself and how it interprets the AI-generated prompts for execution.
Similar Servers
claude-flow
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
multi_mcp
Multi-model AI orchestration server for automated code review and LLM-powered analysis, integrating with Claude Code CLI.
MyVpsSuper
An AI orchestration platform for managing intelligent agents, their interactions with various microservices (MCP Servers), and monitoring via a web dashboard.