Skip to main content
Glama

Super Shell MCP Server

MIT License
346
6
  • Linux
  • Apple

update_security_level

Modify the security level of whitelisted commands to 'safe', 'requires_approval', or 'forbidden' for enhanced control and secure execution across Windows, macOS, and Linux systems.

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