Skip to main content
Glama
306,442 tools. Last updated 2026-07-26 23:57

"tmux" matching MCP tools:

  • 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
  • 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
  • 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

Matching MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Remote-first tmux co-pilot that lets LLMs operate inside real tmux sessions with SSH-aware discovery, deterministic window/pane control, and pull-based state snapshots for grounded terminal assistance.
    Last updated
    126
    AGPL 3.0
  • F
    license
    A
    quality
    C
    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.
    Last updated
    3
  • Enter or exit copy mode in a tmux pane, with optional page-up scrolling on entry. Returns the new copy mode state.
    MIT
  • Search tmux scrollback in copy mode for a pattern (backward/forward) to find output. Returns search result.
    MIT
  • Kill the tmux server on a target, ending all active sessions. Use when a complete shutdown of tmux is needed.
    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
  • 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
  • Bind a key to a tmux command with options for key table, repeat, and root mode. Configure custom shortcuts to run tmux commands directly.
    MIT
  • Scroll through tmux pane output in copy mode by specifying direction and step amount; enters copy mode automatically when needed.
    MIT
  • Terminate a tmux window by specifying its ID to remove unwanted terminal sessions and manage workspace organization.
    MIT
  • Checks the tmux version on a target and verifies if it meets the minimum requirement of 1.8.
    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
  • List all panes in a tmux session with their index, size, and active status for terminal automation and session management.
    MIT