Skip to main content
Glama

Mac Shell MCP Server

remove_from_whitelist

Remove specific commands from the whitelist on the Mac Shell MCP Server to restrict their execution, enhancing security and control over terminal operations.

Instructions

Remove a command from the whitelist

Input Schema

NameRequiredDescriptionDefault
commandYesThe command to remove from whitelist

Input Schema (JSON Schema)

{ "properties": { "command": { "description": "The command to remove from whitelist", "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/mac-shell-mcp'

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