Skip to main content
Glama

MCP_DesktopCommander

MIT License
38,005
  • Apple
  • Linux

read_output

Retrieve new output from a running terminal session using a specified process ID. Configure timeout_ms for handling long-running commands effectively.

Instructions

Read new output from a running terminal session. Set timeout_ms for long running commands. This command can be referenced as "DC: ..." or "use Desktop Commander to ..." in your instructions.

Input Schema

NameRequiredDescriptionDefault
pidYes
timeout_msNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pid": { "type": "number" }, "timeout_ms": { "type": "number" } }, "required": [ "pid" ], "type": "object" }

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/WaDn-X/MCP_Desktop-Commander'

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