Skip to main content
Glama

iTerm MCP Server

by rishabkoul

execute-command

Run commands directly in specified iTerm2 terminal sessions using its unique ID. Simplify terminal operations by automating command execution within defined terminal instances.

Instructions

Execute a command in a specific terminal

Input Schema

NameRequiredDescriptionDefault
commandYesCommand to execute
terminalIdYesID of the terminal to execute command in

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "description": "Command to execute", "type": "string" }, "terminalId": { "description": "ID of the terminal to execute command in", "type": "string" } }, "required": [ "terminalId", "command" ], "type": "object" }
Install Server

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/rishabkoul/iTerm-MCP-Server'

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