Skip to main content
Glama

Tmux MCP Server

tmux_split_window

Split tmux session windows horizontally or vertically to create new panes for running multiple commands simultaneously in a terminal environment.

Instructions

Split the current window in a tmux session horizontally or vertically to create a new pane.

Input Schema

NameRequiredDescriptionDefault
session_nameYesName of the tmux session
verticalNoIf true, split vertically (side by side). If false, split horizontally (top and bottom). Default: false

Input Schema (JSON Schema)

{ "properties": { "session_name": { "description": "Name of the tmux session", "type": "string" }, "vertical": { "description": "If true, split vertically (side by side). If false, split horizontally (top and bottom). Default: false", "type": "boolean" } }, "required": [ "session_name" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MediocreTriumph/tmux-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server