claude-tmux
by Ilm-Alan
Overview
Orchestrates multiple Claude Code instances in isolated tmux sessions for long-running, interactive coding tasks.
Installation
npx -y claude-tmuxSecurity Notes
The `spawn` tool is vulnerable to command injection via the `prompt` parameter. A malicious `prompt` (e.g., containing double quotes like `"`) can break out of the intended `"$(cat ${tempFile})"` shell construct when interpreted by the shell within the tmux session. This allows arbitrary shell commands to be executed within the created tmux session, potentially accessing or manipulating files in the `workdir` or other resources available to the session. Additionally, the Claude Code CLI is launched with the `--dangerously-skip-permissions` flag, explicitly indicating a reduced security posture for the Claude instance itself.
Similar Servers
claude-codex-settings
A comprehensive toolkit and configuration for developing Claude Code plugins, integrating various external services and APIs, and enhancing AI-assisted coding workflows.
tmux-mcp
Enables AI assistants (like Claude Desktop) to interact with, control, and observe tmux terminal sessions by providing tools for session management and command execution.
claude-code-buddy
An intelligent AI Agent orchestration system for Claude Code, focusing on smart task routing, prompt enhancement, project memory, workflow guidance, and planning, presented via a real-time terminal UI dashboard.
claude-team
Orchestrate multiple AI coding sessions (Claude Code, Codex) via iTerm2, enabling parallel development, isolated work environments, and streamlined task management.