tmux-mcp-tools

tmux-mcp-tools

3.2

If you are the rightful owner of tmux-mcp-tools and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

tmux-mcp-tools provides MCP tools for interacting with tmux sessions.

tmux-mcp-tools is a set of Model Context Protocol (MCP) tools designed to facilitate interaction with tmux sessions. It allows users to capture pane content, send commands, and write files directly within tmux, enhancing productivity and automation. The tools are configured using a JSON file and a system prompt template, which are stored in a custom XDG configuration directory. Users can easily integrate these tools into their tmux workflow by adding specific keybindings to their tmux configuration file. This setup allows for seamless interaction with tmux panes, making it easier to manage and automate tasks within the terminal multiplexer environment.

Features

  • tmux_capture_pane: Capture the content of a tmux pane.
  • tmux_send_command: Send commands to a tmux pane with automatic Enter key.
  • tmux_send_keys: Send keys to a tmux pane without automatic Enter.
  • tmux_write_file: Write content to a file using heredoc pattern in a tmux pane.