Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Mac Shell MCP Server
by
cfdude
Verified
GitHub
OS Automation
Developer Tools
JavaScript
1
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mac-shell-mcp
docs
examples
.github
src
tests
CHANGELOG.md
.gitignore
jest.config.js
mcp-settings-example.json
package.json
README.md
run.sh
tsconfig.json
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "outDir": "./build", "rootDir": "./src", "declaration": true, "sourceMap": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": ["node_modules", "build"] }