Skip to main content
Glama

Tmux MCP Server

by nickgnd
MIT License
289
91
  • Linux
  • Apple

create-window

Create a new named window within a specified tmux session to organize and manage terminal tasks efficiently.

Instructions

Create a new window in a tmux session

Input Schema

NameRequiredDescriptionDefault
nameYesName for the new window
sessionIdYesID of the tmux session

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "Name for the new window", "type": "string" }, "sessionId": { "description": "ID of the tmux session", "type": "string" } }, "required": [ "sessionId", "name" ], "type": "object" }

Other Tools from Tmux MCP Server

Related Tools

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/nickgnd/tmux-mcp'

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