Loading...
MCP server that wraps the cmux CLI into 20 typed tools for terminal and agent lifecycle management. Spawn, monitor, communicate with, and kill AI agents (Claude, Codex, Cursor, Gemini, Kiro) running in parallel terminal panes. 10 core surface tools for pane control, 8 agent lifecycle tools for spawn/wait/send/read, and a V2 facade that consolidates agent interaction into 2 high-level tools (interact + kill). Includes agent hierarchy tracking, quality metrics, sidebar sync, and security hardening against command injection.
10 core surface tools (split, read, send, rename), 8 agent lifecycle tools (spawn, wait, stop, send_to_agent), and 2 V2 facade tools (interact + kill).
Spawn Claude, Codex, Cursor, Gemini, or Kiro agents into terminal panes. Each gets a tracked state machine: spawning → booting → ready → working → done.
CLI Command
spawn / interact / kill
MCP Server
20 typed tools
cmux Socket
Terminal control
Agent Engine
State machine lifecycle
State Store
JSON file persistence
CLI Command
spawn / interact / kill
MCP Server
20 typed tools
cmux Socket
Terminal control
Agent Engine
State machine lifecycle
State Store
JSON file persistence
git clone https://github.com/EtanHey/cmuxlayer.git
cd cmuxlayer && npm install && npm run buildEnterprise-grade AI-powered recruitment platform with voice interviews, resume screening, multi-channel communication, and seamless ATS/HRIS integrations. Automates hiring workflows for Quick Service Restaurants, healthcare, and construction industries.
8 MCP tools, 335K+ indexed chunks, hybrid semantic+keyword search, knowledge graph with entity resolution, local LLM enrichment via Groq/MLX/Ollama. pip install brainlayer.
A production-ready computer vision model that detects and classifies hands, arms, and non-hand objects in real-time with 96% accuracy.
High-level facade over 8 agent tools. interact() handles send, interrupt, model switch, resume, skill invoke, usage query, and MCP check. kill() terminates one, many, or all agents.
Parent-child tracking with spawn depth limits (max 2) and per-parent child caps (max 10). Quality field tracks verified/suspect/degraded agent output.
2 MCP tools (voice_speak + voice_ask), 5 voice modes, whisper.cpp STT (~300ms), edge-tts, macOS Voice Bar widget, session booking. 236 tests. bunx voicelayer-mcp.