Skip to main content
Glama

Tmux MCP Server

by nickgnd
MIT License
289
91
  • Linux
  • Apple

get-command-result

Retrieve the output of a previously executed command by specifying its ID. Enables viewing and managing results from tmux terminal sessions in Claude Desktop.

Instructions

Get the result of an executed command

Input Schema

NameRequiredDescriptionDefault
commandIdYesID of the executed command

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "commandId": { "description": "ID of the executed command", "type": "string" } }, "required": [ "commandId" ], "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