Skip to main content
Glama
522,293 tools. Updated 2026-09-06 12:44

"tmux" matching MCP tools:

  • Retrieve the current tmux-mcp configuration to determine whether tmux is installed and whether to route shell commands through tmux for the remainder of the task.
    MIT
  • Execute arbitrary tmux commands by passing arguments as a list. Returns raw output including stdout, stderr, and exit code. Supports local and remote targets.
    MIT
  • Conditionally execute tmux commands by running a shell command or tmux format, then running a specified command if true and optionally another if false.
    MIT
  • Lists all tmux windows to display current sessions. Optionally filter by session name or ID for targeted viewing.
    MIT
  • Print the current tmux pane ID for self-identification when labeling panes across sessions.
    MIT
  • Terminate a specific tmux window and its running processes by specifying the session name and window identifier.
    Do What The F*ck You Want To Public
    Destructive

Matching MCP Servers

  • F
    license
    A
    quality
    D
    maintenance
    A persistent, stateful MCP server that exposes a detached tmux session to clients, enabling shell command execution, terminal buffer reading, and control signal sending via JSON-RPC over stdio.
    3
    -
  • A
    license
    A
    quality
    D
    maintenance
    MCP server that gives AI assistants full visibility into your tmux sessions — browse sessions, windows, and panes, read terminal output, and send commands.
    14
    51
    1
    MIT

Matching MCP Connectors

  • Send keyboard input or commands to tmux terminal sessions for automation, with optional Enter key simulation for command execution.
    MIT
  • Check tmux socket, environment variables, and pane visibility to diagnose and fix connectivity issues.
    MIT
  • List all windows in a tmux session to view their index, name, active status, and pane count for session management.
    Do What The F*ck You Want To Public
  • Run any tmux subcommand with raw arguments for custom use cases not covered by preset helpers.
    AGPL 3.0
  • Run tmux commands and capture raw stdout/stderr to debug remote formatting and quoting issues.
    AGPL 3.0
  • List all tmux panes to display target ID, process, label, and working directory for easy pane identification and management.
    MIT
  • Read and capture text from any tmux pane, including visible content or historical buffer lines, with options to limit line count or specify a start line for targeted retrieval.
    MIT
  • Search tmux scrollback in copy mode for a pattern (backward/forward) to find output. Returns search result.
    MIT
  • Lists all active tmux sessions, providing their names, IDs, window counts, and status. Use this to get an overview of current tmux sessions for management.
    MIT
  • Kill the tmux server on a target, ending all active sessions. Use when a complete shutdown of tmux is needed.
    MIT
    Destructive
  • Create a new window in an existing tmux session, optionally naming it and running an initial command.
    MIT
  • List tmux panes with IDs, dimensions, and status. Optionally filter by session or window target to inspect specific panes.
    MIT