Skip to main content
Glama

Tmux MCP Server

by nickgnd
MIT License
8
25
  • Linux
  • Apple

Tmux MCP 서버

Claude Desktop이 tmux 세션 콘텐츠와 상호 작용하고 볼 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다. 이 통합을 통해 AI 어시스턴트가 터미널 세션을 읽고, 제어하고, 관찰할 수 있습니다.

특징

  • tmux 세션 나열 및 검색
  • tmux 창과 패널 보기 및 탐색
  • 모든 창에서 터미널 콘텐츠를 캡처하고 노출합니다.
  • tmux 창에서 명령을 실행하고 결과를 검색합니다(사용 시 모든 책임은 사용자에게 있습니다 ⚠️)
  • 새로운 tmux 세션 및 창 만들기

이 짧은 영상을 시청하고 기대감을 느껴보세요!

필수 조건

  • 노드.js
  • tmux 설치 및 실행

용법

Claude Desktop 구성

Claude Desktop 구성에 이 MCP 서버를 추가하세요.

지엑스피1

MCP 서버 옵션

선택적으로 사용 중인 명령줄 셸을 지정할 수 있습니다. 지정하지 않으면 기본적으로 bash 사용됩니다.

"mcpServers": { "tmux": { "command": "npx", "args": ["-y", "tmux-mcp", "--shell-type=fish"] } }

MCP 서버는 명령을 실행할 때만 셸을 알아야 하며, 셸의 종료 상태를 올바르게 읽어야 합니다.

사용 가능한 리소스

  • tmux://sessions - 모든 tmux 세션 나열
  • tmux://pane/{paneId} - 특정 tmux 창의 내용 보기
  • tmux://command/{commandId}/result - 실행된 명령의 결과

사용 가능한 도구

  • list-sessions - 모든 활성 tmux 세션 나열
  • find-session - 이름으로 tmux 세션 찾기
  • list-windows - tmux 세션의 창 나열
  • list-panes - tmux 창의 목록 창
  • capture-pane - tmux 창에서 콘텐츠 캡처
  • create-session - 새로운 tmux 세션을 생성합니다.
  • create-window - tmux 세션에서 새 창 만들기
  • execute-command - tmux 창에서 명령 실행
  • get-command-result - 실행된 명령의 결과를 가져옵니다.
-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

Claude Desktop이 tmux 세션 콘텐츠와 상호 작용하고 볼 수 있도록 하여 AI 어시스턴트가 터미널 세션을 읽고, 제어하고, 관찰할 수 있도록 합니다.

  1. 특징
    1. 필수 조건
      1. 용법
        1. Claude Desktop 구성
        2. MCP 서버 옵션
      2. 사용 가능한 리소스
        1. 사용 가능한 도구

          Related MCP Servers

          • A
            security
            A
            license
            A
            quality
            A bridge allowing Claude Desktop to access Telegram chats and messages via the Model Context Protocol, providing read-only capabilities to retrieve dialogs and messages from Telegram.
            Last updated -
            2
            38
            Python
            MIT License
            • Apple
          • A
            security
            A
            license
            A
            quality
            Allows Claude desktop app to execute terminal commands and edit files on your computer through MCP, with features including command execution, process management, and diff-based file editing.
            Last updated -
            19
            13,570
            3,311
            JavaScript
            MIT License
            • Apple
          • -
            security
            F
            license
            -
            quality
            A companion desktop app enabling bi-directional interaction between Claude Desktop and visual UI elements, allowing Claude to display, read from, and write to interactive interfaces while processing user events and feedback.
            Last updated -
            5
            1
            TypeScript
            • Apple
          • -
            security
            A
            license
            -
            quality
            A server that lets Claude desktop app execute terminal commands on your computer and edit files through Model Context Protocol, featuring command execution, process management, and advanced file operations.
            Last updated -
            13,570
            MIT License
            • Linux
            • Apple

          View all related MCP servers

          MCP directory API

          We provide all the information about MCP servers via our MCP API.

          curl -X GET 'https://glama.ai/api/mcp/v1/servers/nickgnd/tmux-mcp'

          If you have feedback or need assistance with the MCP directory API, please join our Discord server