T
Tmux MCP
作者 @jonrad
Control your tmux session via AI
创建于 2/21/2025
更新于 about 1 year ago
README
Repository documentation and setup instructions
Tmux MCP Server
A POC MCP (Model Context Protocol) Server implementation that provides programmatic control over tmux sessions
Warning
This is a proof of concept and should not be used in production. Using this, you can run arbitrary tmux commands, including reading pane contents and sending keys.
Features
- Run arbitrary tmux commands
Usage
In your MCP client configuration:
"mcpServers": {
"tmux": {
"command": "uvx",
"args": ["--from", "git+https://github.com/jonrad/tmux-mcp", "tmux-mcp"]
},
}
快速设置
此服务器的安装指南
安装包 (如果需要)
uvx tmux-mcp
Cursor 配置 (mcp.json)
{
"mcpServers": {
"jonrad-tmux-mcp": {
"command": "uvx",
"args": [
"tmux-mcp"
]
}
}
}
作者服务器
其他服务器由 jonrad