Skip to main content
Glama

iTerm MCP Server

by rishabkoul

read-output

Extract terminal output by specifying the terminal ID, enabling precise retrieval of data from active sessions in iTerm2 via the MCP server.

Instructions

Read the output from a specific terminal

Input Schema

NameRequiredDescriptionDefault
terminalIdYesID of the terminal to read output from

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "terminalId": { "description": "ID of the terminal to read output from", "type": "string" } }, "required": [ "terminalId" ], "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