Tmux

Provides control over tmux sessions by leveraging libtmux to execute commands through a simple interface, enabling automated terminal session management and complex workflows.

View Source
3 stars
0 tools
Created Aug 2025
@jonrad/jonrad-tmux-tmux-mcp

About

Provides control over tmux sessions by leveraging libtmux to execute commands through a simple interface, enabling automated terminal session management and complex workflows.

Categories

general

Installation

npm

npm install @jonrad/jonrad-tmux-tmux-mcp

Configuration

{ "mcpServers": { "jonrad-tmux-tmux-mcp": { "command": "npx", "args": [ "-y", "@jonrad/jonrad-tmux-tmux-mcp" ] } } }