Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Ryan'S Tmux Server

БесплатноНе проверен

MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.

GitHubEmbed

Описание

MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.

README

MCP server for tmux operations that provides comprehensive control over tmux sessions, windows, and panes.

Installation

  1. Install the package:
cd /home/ryan/devel/ryan-tmux
pip install -e .
  1. Add to your Claude desktop app's claude_desktop_config.json:
{
  "mcpServers": {
    "ryan-tmux": {
      "command": "ryan-tmux-mcp"
    }
  }
}

Note: If you installed in a virtual environment, use the full path to the executable:

{
  "mcpServers": {
    "ryan-tmux": {
      "command": "/path/to/your/project/venv/bin/ryan-tmux-mcp"
    }
  }
}

Available Commands

  • list-sessions - List all tmux sessions
  • find-session - Find sessions by pattern
  • list-panes - List panes (optionally filtered by session)
  • capture-panes - Capture content from multiple panes
  • arrange-panes - Arrange panes with layouts
  • list-windows - List windows in a session
  • capture-pane - Capture specific pane content
  • create-session - Create new sessions
  • execute-command - Send commands to panes
  • set-prompt - Set custom prompts
  • get-command-result - Execute and capture command results
  • decorate-pane - Add titles to panes

Usage Examples

After installation, you can use these commands in Claude:

  • "List all my tmux sessions"
  • "Capture the content from pane kam:0.0"
  • "Create a new session called 'work'"
  • "Send 'ls -la' to pane kam:0.0"
  • "Arrange the panes in session 'kam' with tiled layout"

from github.com/ryancnelson/ryan-tmux-mcp

Установка Ryan'S Tmux Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/ryancnelson/ryan-tmux-mcp

FAQ

Ryan'S Tmux Server MCP бесплатный?

Да, Ryan'S Tmux Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Ryan'S Tmux Server?

Нет, Ryan'S Tmux Server работает без API-ключей и переменных окружения.

Ryan'S Tmux Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Ryan'S Tmux Server в Claude Desktop, Claude Code или Cursor?

Открой Ryan'S Tmux Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Ryan'S Tmux Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development