Skip to main content
Glama

Mac Shell MCP Server

update_security_level

Modify the security level of a whitelisted command on Mac Shell MCP Server, setting it to safe, requires_approval, or forbidden to ensure controlled execution of macOS terminal commands.

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

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