Skip to main content
Glama

Tmux MCP Server

tmux_create_session

Create new tmux terminal sessions for SSH access, command execution, and terminal automation. Specify session name and starting directory to organize multiple terminal environments.

Instructions

Create a new tmux session. If no name is provided, tmux will generate one. Returns session name.

Input Schema

NameRequiredDescriptionDefault
session_nameNoName for the tmux session (optional)
start_directoryNoStarting directory for the session (optional)

Input Schema (JSON Schema)

{ "properties": { "session_name": { "description": "Name for the tmux session (optional)", "type": "string" }, "start_directory": { "description": "Starting directory for the session (optional)", "type": "string" } }, "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