Skip to main content
Glama

Super Shell MCP Server

MIT License
346
6
  • Linux
  • Apple

execute_command

Run shell commands securely on Windows, macOS, or Linux through the Super Shell MCP Server. Supports command arguments and integrates whitelisting for controlled and safe execution.

Instructions

Execute a shell command on the current platform

Input Schema

NameRequiredDescriptionDefault
argsNoCommand arguments
commandYesThe command to execute

Input Schema (JSON Schema)

{ "properties": { "args": { "description": "Command arguments", "items": { "type": "string" }, "type": "array" }, "command": { "description": "The command to execute", "type": "string" } }, "required": [ "command" ], "type": "object" }

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/cfdude/super-shell-mcp'

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