tmux-mcp
Tmux MCP Server is a Model Context Protocol server designed to facilitate seamless integration with tmux session content for Claude Desktop. It provides AI assistants with capabilities to list, search, view, navigate, capture, and execute commands within tmux sessions.
What are the prerequisites for using the Tmux MCP Server?
You need to have Node.js and tmux installed and running on your system.
Can I specify a different shell for the MCP server?
Yes, you can specify the shell type using the --shell-type
option in the MCP server configuration.
Is it safe to execute commands in tmux panes using this server?
Executing commands in tmux panes should be done with caution as it can affect your system. Use this feature at your own risk.
How can I view the content of a specific tmux pane?
You can use the resource tmux://pane/{paneId}
to view the content of a specific tmux pane.
What is the purpose of the Tmux MCP Server?
The Tmux MCP Server allows AI assistants to interact with tmux sessions, enabling automation and enhanced control over terminal multiplexing.