Skip to main content
Glama

Simple Subprocess MCP Server

by yonaka15

run_command

Execute shell commands safely via subprocess, returning output with built-in error handling and timeout settings for secure operations in LLM applications.

Instructions

Execute a shell command using subprocess and return the output

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

{ "properties": { "command": { "title": "Command", "type": "string" } }, "required": [ "command" ], "type": "object" }

Other Tools from Simple Subprocess 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/yonaka15/simple-subprocess-mcp'

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