Skip to main content
Glama

Simple Subprocess MCP Server

by yonaka15

run_command

Safely execute shell commands through a subprocess, returning the output with error handling and timeout management for 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" }
Install Server

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