Skip to main content
Glama

mcp-cli-exec MCP Server

by jakenuts

cli-exec-raw

Execute raw CLI commands with structured output, including stdout, stderr, exit code, and execution duration, using a dedicated command execution server.

Instructions

Execute a raw CLI command and return structured output

Input Schema

NameRequiredDescriptionDefault
commandYesThe CLI command to execute
timeoutNoOptional timeout in milliseconds (default: 5 minutes)

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The CLI command to execute", "type": "string" }, "timeout": { "description": "Optional timeout in milliseconds (default: 5 minutes)", "minimum": 0, "type": "number" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-cli-exec 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/jakenuts/mcp-cli-exec'

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