Skip to main content
Glama
134,247 tools. Last updated 2026-05-25 18:39

"tmux" matching MCP tools:

  • Send keyboard input or commands to tmux terminal sessions for automation, with optional Enter key simulation for command execution.
    MIT
  • Change the name of an existing tmux session to organize terminal workspaces. Provide the current session name and the new desired name.
    Do What The F*ck You Want To Public
  • Terminate a tmux session and all its windows and panes by specifying the session name. Use this tool to clean up unused terminal sessions in the Tmux MCP Server environment.
    MIT
  • Capture visible text from tmux terminal panes for automation and debugging. Specify session, pane, and lines to extract displayed content or scrollback history.
    MIT
  • List all panes in a tmux session with their index, size, and active status for terminal automation and session management.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to manage local tmux sessions, including creating and controlling sessions, windows, and panes, sending commands, and capturing terminal output.
    Last updated
    16
    9
    Do What The F*ck You Want To Public
  • A
    license
    A
    quality
    C
    maintenance
    Enables programmatic control over tmux terminal sessions for SSH access, command execution, and terminal automation. Supports creating sessions, sending commands, capturing output, and managing multiple panes for interactive debugging and monitoring.
    Last updated
    8
    21
    MIT
  • Retrieve all active tmux sessions to view, manage, and interact with terminal environments through the Tmux MCP Server.
    MIT
  • Create a new tmux terminal session with optional name and starting directory for SSH access, command execution, and terminal automation.
    MIT
  • Create a new tmux session with a specified name to organize terminal workflows within the Tmux MCP Server environment.
    MIT
  • Select a specific pane in a tmux session to activate it for command execution, enabling focused terminal automation and debugging workflows.
    MIT
  • List active tmux sessions with details like name, window count, creation time, and attachment status to manage terminal sessions.
    Do What The F*ck You Want To Public
  • Create a new detached tmux session with a unique name, optional initial command, and working directory. Fails if the session name already exists.
    MIT
  • Send key combos or literal text to a tmux session's active pane, useful for interrupts, end-of-input, or typing commands. Enter appended by default; set enter=false for raw combos.
    MIT
  • Open a new browser tab and load a specified URL. Supports background loading, isolated contexts for separate cookies/storage, and configurable timeout.
    Apache 2.0
  • Execute commands in tmux panes to control terminal sessions, with options for interactive applications and TUI navigation.
    MIT
  • Terminate a named tmux session, ending all processes inside with SIGHUP. Use to stop long-running jobs or cleanup unused sessions.
    MIT
  • Terminate a tmux session and all its windows/panes by specifying the session name. This action stops all processes running in the session.
    Do What The F*ck You Want To Public