MCP.so
登录

tmux-mcp-tools

@PsychArch

关于 tmux-mcp-tools

MCP server providing tmux integration tools

基本信息

分类

其他

许可证

MIT license

运行时

python

传输方式

stdio

发布者

PsychArch

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is tmux-mcp-tools?

tmux-mcp-tools is a Model Context Protocol (MCP) server that provides tools for interacting with tmux sessions. It allows AI assistants to capture pane content, send commands, and write files to tmux panes.

How to use tmux-mcp-tools?

Configure the server in your MCP client with the command uvx and argument tmux-mcp-tools. Once running, the tools tmux_capture_pane, tmux_send_command, and tmux_write_file become available for use.

Key features of tmux-mcp-tools

  • tmux_capture_pane: Capture the content of a tmux pane.
  • tmux_send_command: Send commands to a tmux pane with automatic Enter.
  • tmux_write_file: Write content to a file using heredoc in a tmux pane.

Use cases of tmux-mcp-tools

  • Automate command execution in tmux sessions.
  • Capture output from long-running processes.
  • Write configuration files or scripts into a tmux session's working directory.

FAQ from tmux-mcp-tools

评论

其他 分类下的更多 MCP 服务器