MCP Shell Server

MIT License
59
1
  • Linux
  • Apple

shell_exec

Execute shell commands on a host system safely using the Model Context Protocol (MCP). Ideal for AI agents to perform system operations securely.

Instructions

Executes commands in the specified shell

Input Schema

NameRequiredDescriptionDefault
commandYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "command": { "minLength": 1, "type": "string" } }, "required": [ "command" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Shell Server

Related Tools

ID: t1x2r819sf