Skip to content

MCP server providing tmux integration tools

License

PsychArch/tmux-mcp-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tmux-mcp-tools

MCP server providing tools for interacting with tmux sessions.

Tools

  • tmux_create_pane: Create new pane (window or split)
  • tmux_capture_pane: Read pane contents with optional delay and scroll-back
  • tmux_send_keys: Send raw keystrokes (no auto-Enter) for interactive programs
  • tmux_send_command: Execute commands with auto-Enter, optional wait pattern
  • tmux_write_file: Write files via heredoc (for remote/SSH environments)

Configuration

{
  "mcpServers": {
    "tmux-mcp-tools": {
      "command": "uvx",
      "args": ["tmux-mcp-tools"]
    }
  }
}

Options

  • --transport: stdio (default) or http
  • --host: HTTP host (default: 127.0.0.1)
  • --port: HTTP port (default: 8080)
  • --enter-delay: Delay before sending Enter in seconds (default: 0.4)

About

MCP server providing tmux integration tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages