Mac Shell MCP Server enables secure execution of macOS terminal commands through ZSH shell with a built-in security system that categorizes commands as safe, requiring approval, or forbidden. It features a pre-configured whitelist of common commands, an approval workflow for potentially dangerous operations, and comprehensive command management tools. Written in TypeScript and designed to work with Roo Code and Claude Desktop, it can be installed locally or run via npx, making it ideal for AI assistants that need controlled access to the macOS terminal while maintaining security through command whitelisting and explicit approval mechanisms.
暂无评论. 成为第一个评论的人!
登录以参与讨论
Run a permitted command inside your configured directories.
Run one command outside of the configured directories, requires a client that can ask a human.
Chain read-only commands, passing stdout to stdin, without a shell.
Ask what commands are permitted, rather than guessing and being refused.
Turn observed usage into a configuration that the user can apply.