MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/libtmux-mcp server
Code ExecutionOfficial
L

libtmux-mcp server

tmux MCP server powered by libtmux

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

Terminal control for AI agents, built on libtmux and FastMCP. This server maps tmux’s object hierarchy — sessions, windows, panes — into MCP tools. Some tools read state. Some mutate it. Some destroy. The distinction is explicit and enforced. > [!warning] Warning > Pre-alpha. APIs may change. Feedback welcome. Read tmux state without changing anything. list_sessions · capture_pane · capture_since · snapshot_pane · get_pane_info · find_pane_by_position · search_panes · wait_for_text · display_message · call_readonly_tools_batch

Installation

claude mcp add tmux -- uvx libtmux-mcp

Configuration

Configuration example is not available yet.

Capabilities

  • Inspect tmux state read-only

    Ask to `list_sessions`, `capture_pane`, or `search_panes` to view sessions, windows, and panes without modifying anything.

  • Drive terminal interactions

    Use `send_keys`, `run_command`, or `paste_text` to type commands, execute programs, and paste content into panes.

  • Manage tmux layout

    Create or split windows with `create_window` and `split_window`, then navigate via `select_pane` or `select_window`.

  • Tear down tmux objects

    Kill sessions, windows, panes, or the entire server with `kill_session`, `kill_window`, `kill_pane`, or `kill_server`.

  • Batch related operations

    Combine multiple read-only or mutating calls in one request via `call_readonly_tools_batch` or `call_mutating_tools_batch`.

  • Suppress shell history

    Create sessions or windows with `suppress_persistent_history=true` to keep test commands out of persistent shell history.

Tags

  • development
  • devops
  • ssh

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago