Skip to main content
Glama

MCP Shell Server

shell_execute

Execute authorized shell commands securely with stdin support using MCP Shell Server. Specify commands, working directory, and timeout for controlled, efficient command execution.

Instructions

Execute um comando shell Comandos permitidos:

Input Schema

NameRequiredDescriptionDefault
commandYesComando e seus argumentos como array
directoryYesDiretório de trabalho onde o comando será executado
stdinNoEntrada a ser passada para o comando via stdin
timeoutNoTempo máximo de execução em segundos

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "Comando e seus argumentos como array", "items": { "type": "string" }, "type": "array" }, "directory": { "description": "Diretório de trabalho onde o comando será executado", "type": "string" }, "stdin": { "description": "Entrada a ser passada para o comando via stdin", "type": "string" }, "timeout": { "description": "Tempo máximo de execução em segundos", "minimum": 0, "type": "integer" } }, "required": [ "command", "directory" ], "type": "object" }
Install Server

Other Tools from MCP Shell 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/diegofornalha/mcp-shell-server'

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