Skip to main content
Glama

iTerm MCP Server

by ferrislucas

send_control_character

Send control characters (e.g., Control-C or telnet escape) to the active iTerm terminal for managing processes or executing commands directly within the terminal session.

Instructions

Sends a control character to the active iTerm terminal (e.g., Control-C, or special sequences like ']' for telnet escape)

Input Schema

NameRequiredDescriptionDefault
letterYesThe letter corresponding to the control character (e.g., 'C' for Control-C, ']' for telnet escape)

Input Schema (JSON Schema)

{ "properties": { "letter": { "description": "The letter corresponding to the control character (e.g., 'C' for Control-C, ']' for telnet escape)", "type": "string" } }, "required": [ "letter" ], "type": "object" }

Other Tools from iTerm 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/ferrislucas/iterm-mcp'

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