Skip to main content
Glama

Super Shell MCP Server

MIT License
623
6
  • Linux
  • Apple

update_security_level

Modify the security level of a whitelisted command in Super Shell MCP Server, allowing admins to set it as safe, requiring approval, or forbidden for secure execution across Windows, macOS, and Linux.

Instructions

Update the security level of a whitelisted command

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to update
securityLevelYesNew security level for the command

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The command to update", "type": "string" }, "securityLevel": { "description": "New security level for the command", "enum": [ "safe", "requires_approval", "forbidden" ], "type": "string" } }, "required": [ "command", "securityLevel" ], "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