Skip to content

jonrad/tmux-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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"]
    },
}

About

Control your tmux session via AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages