Skip to main content
Glama

Mac Shell MCP Server

deny_command

Reject pending macOS terminal commands on the Mac Shell MCP Server by specifying the command ID and providing a reason for denial.

Instructions

Deny a pending command

Input Schema

NameRequiredDescriptionDefault
commandIdYesID of the command to deny
reasonNoReason for denial

Input Schema (JSON Schema)

{ "properties": { "commandId": { "description": "ID of the command to deny", "type": "string" }, "reason": { "description": "Reason for denial", "type": "string" } }, "required": [ "commandId" ], "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