Skip to main content
Glama

iTerm MCP Server

by ferrislucas

send_control_character

Send control characters, such as Control-C, to the active iTerm terminal. Enables direct input of commands via the iTerm MCP Server for enhanced terminal interaction.

Instructions

Sends a control character to the active iTerm terminal (e.g., Control-C)

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

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