Shell-MCP

shell_ls

List directory contents securely with Shell-MCP, enabling controlled execution of shell commands for integration with MCP-compatible LLMs like Claude. Ensure resource and timeout management for efficient operations.

Instructions

List directory contents

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" } }, "type": "object" }
ID: jyubrnnudg